Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8191151d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Linus Torvalds
Browse files

[PATCH] Consolidate the asm-ppc*/fcntl.h files into asm-powerpc



This makes sense now that we have asm-powerpc.

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8d286aa5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#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 */

include/asm-ppc64/fcntl.h

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
#include <asm-ppc/fcntl.h>