]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] Consolidate the asm-ppc*/fcntl.h files into asm-powerpc
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 6 Sep 2005 22:18:01 +0000 (15:18 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:39 +0000 (16:57 -0700)
This makes sense now that we have asm-powerpc.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-powerpc/fcntl.h [moved from include/asm-ppc/fcntl.h with 77% similarity]
include/asm-ppc64/fcntl.h [deleted file]

similarity index 77%
rename from include/asm-ppc/fcntl.h
rename to include/asm-powerpc/fcntl.h
index 7ef37443cc5c18225a2cddf9b4e677c100911d49..ce5c4516d40449b2f97116fcd4e88e560bd2e435 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _PPC_FCNTL_H
-#define _PPC_FCNTL_H
+#ifndef _ASM_FCNTL_H
+#define _ASM_FCNTL_H
 
 #define O_DIRECTORY      040000        /* must be a directory */
 #define O_NOFOLLOW      0100000        /* don't follow links */
@@ -8,4 +8,4 @@
 
 #include <asm-generic/fcntl.h>
 
-#endif /* _PPC_FCNTL_H */
+#endif /* _ASM_FCNTL_H */
diff --git a/include/asm-ppc64/fcntl.h b/include/asm-ppc64/fcntl.h
deleted file mode 100644 (file)
index 6526023..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-ppc/fcntl.h>