diff options
author | David Howells <dhowells@redhat.com> | 2012-10-11 11:05:13 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-11 11:05:13 +0100 |
commit | 4262a727621ceadfb38cb90a69804b6ee6be746e (patch) | |
tree | f6f34b235e0b8f51bf6b2cbf1ba1fdd510d3a7cf /arch/arm64/include/asm/stat.h | |
parent | 7606c37d4a447ea3b0efb2165d3ccf516b7d8696 (diff) | |
download | talos-op-linux-4262a727621ceadfb38cb90a69804b6ee6be746e.tar.gz talos-op-linux-4262a727621ceadfb38cb90a69804b6ee6be746e.zip |
UAPI: (Scripted) Disintegrate arch/arm64/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/arm64/include/asm/stat.h')
-rw-r--r-- | arch/arm64/include/asm/stat.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm64/include/asm/stat.h b/arch/arm64/include/asm/stat.h index a9f580c28f7b..15e35598ac40 100644 --- a/arch/arm64/include/asm/stat.h +++ b/arch/arm64/include/asm/stat.h @@ -16,9 +16,8 @@ #ifndef __ASM_STAT_H #define __ASM_STAT_H -#include <asm-generic/stat.h> +#include <uapi/asm/stat.h> -#ifdef __KERNEL__ #ifdef CONFIG_COMPAT #include <asm/compat.h> @@ -60,5 +59,3 @@ struct stat64 { #endif #endif - -#endif |