aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/setup.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-10 07:09:31 -0400
committerDavid Howells <dhowells@redhat.com>2012-10-10 07:09:31 -0400
commit83b9d3a082a6e5281b5b5fc45337270d915af39d (patch)
treee93c546ddcb9b656861efc5c884df77be6d917ad /arch/avr32/include/asm/setup.h
parent42859eea96ba6beabfb0369a1eeffa3c7d2bd9cb (diff)
UAPI: (Scripted) Disintegrate arch/avr32/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/avr32/include/asm/setup.h')
-rw-r--r--arch/avr32/include/asm/setup.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/avr32/include/asm/setup.h b/arch/avr32/include/asm/setup.h
index 160543dbec7e..73490ae0c476 100644
--- a/arch/avr32/include/asm/setup.h
+++ b/arch/avr32/include/asm/setup.h
@@ -11,9 +11,8 @@
11#ifndef __ASM_AVR32_SETUP_H__ 11#ifndef __ASM_AVR32_SETUP_H__
12#define __ASM_AVR32_SETUP_H__ 12#define __ASM_AVR32_SETUP_H__
13 13
14#define COMMAND_LINE_SIZE 256 14#include <uapi/asm/setup.h>
15 15
16#ifdef __KERNEL__
17 16
18/* Magic number indicating that a tag table is present */ 17/* Magic number indicating that a tag table is present */
19#define ATAG_MAGIC 0xa2a25441 18#define ATAG_MAGIC 0xa2a25441
@@ -142,6 +141,4 @@ void setup_processor(void);
142 141
143#endif /* !__ASSEMBLY__ */ 142#endif /* !__ASSEMBLY__ */
144 143
145#endif /* __KERNEL__ */
146
147#endif /* __ASM_AVR32_SETUP_H__ */ 144#endif /* __ASM_AVR32_SETUP_H__ */