Skip to content

Commit

Permalink
[PATCH] Consolidate the asm-ppc*/fcntl.h files into asm-powerpc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Sep 7, 2005
1 parent 8d286aa commit 8191151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions include/asm-ppc/fcntl.h → include/asm-powerpc/fcntl.h
Original file line number Diff line number Diff line change
@@ -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 */
Expand All @@ -8,4 +8,4 @@

#include <asm-generic/fcntl.h>

#endif /* _PPC_FCNTL_H */
#endif /* _ASM_FCNTL_H */
1 change: 0 additions & 1 deletion include/asm-ppc64/fcntl.h

This file was deleted.

0 comments on commit 8191151

Please sign in to comment.