summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/fcntl.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-12 12:05:52 (GMT)
committerDavid Howells <dhowells@redhat.com>2012-10-12 12:05:52 (GMT)
commitcb8db5d4578ac9d996200ab59aa655344d305f5b (patch)
tree32b71e0686a2c56b9390bdc47b3e0e0ab5552212 /arch/arm/include/asm/fcntl.h
parent4f1cd91497774488ed16119ec3f54b3daf1561de (diff)
downloadlinux-fsl-qoriq-cb8db5d4578ac9d996200ab59aa655344d305f5b.tar.xz
UAPI: (Scripted) Disintegrate arch/arm/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/arm/include/asm/fcntl.h')
-rw-r--r--arch/arm/include/asm/fcntl.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/include/asm/fcntl.h b/arch/arm/include/asm/fcntl.h
deleted file mode 100644
index a80b660..0000000
--- a/arch/arm/include/asm/fcntl.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _ARM_FCNTL_H
-#define _ARM_FCNTL_H
-
-#define O_DIRECTORY 040000 /* must be a directory */
-#define O_NOFOLLOW 0100000 /* don't follow links */
-#define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
-#define O_LARGEFILE 0400000
-
-#include <asm-generic/fcntl.h>
-
-#endif