diff options
author | David Howells <dhowells@redhat.com> | 2012-10-10 07:09:42 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-10 07:09:42 -0400 |
commit | aa2c47e0a60470f20babaaa00ec94cf50c1feb6c (patch) | |
tree | 026c58d6bea4e79e2d96798b604909a0699b60c3 /arch/frv/include/asm/setup.h | |
parent | 42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff) |
UAPI: (Scripted) Disintegrate arch/frv/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/frv/include/asm/setup.h')
-rw-r--r-- | arch/frv/include/asm/setup.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/frv/include/asm/setup.h b/arch/frv/include/asm/setup.h index afd787ceede6..aa76f2eac09a 100644 --- a/arch/frv/include/asm/setup.h +++ b/arch/frv/include/asm/setup.h | |||
@@ -8,15 +8,12 @@ | |||
8 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | */ | 10 | */ |
11 | |||
12 | #ifndef _ASM_SETUP_H | 11 | #ifndef _ASM_SETUP_H |
13 | #define _ASM_SETUP_H | 12 | #define _ASM_SETUP_H |
14 | 13 | ||
15 | #define COMMAND_LINE_SIZE 512 | ||
16 | |||
17 | #ifdef __KERNEL__ | ||
18 | 14 | ||
19 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <uapi/asm/setup.h> | ||
20 | 17 | ||
21 | #ifndef __ASSEMBLY__ | 18 | #ifndef __ASSEMBLY__ |
22 | 19 | ||
@@ -26,6 +23,4 @@ extern unsigned long __initdata num_mappedpages; | |||
26 | 23 | ||
27 | #endif /* !__ASSEMBLY__ */ | 24 | #endif /* !__ASSEMBLY__ */ |
28 | 25 | ||
29 | #endif /* __KERNEL__ */ | ||
30 | |||
31 | #endif /* _ASM_SETUP_H */ | 26 | #endif /* _ASM_SETUP_H */ |