summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/setup.h
diff options
context:
space:
mode:
authorRalf Baechle2008-09-16 19:48:51 +0200
committerRalf Baechle2008-10-11 17:18:52 +0200
commit384740dc49ea651ba350704d13ff6be9976e37fe (patch)
treea6e80cad287ccae7a86d81bfa692fc96889c88ed /include/asm-mips/setup.h
parentMIPS: Alchemy: rename directory (diff)
downloadkernel-qcow2-linux-384740dc49ea651ba350704d13ff6be9976e37fe.tar.gz
kernel-qcow2-linux-384740dc49ea651ba350704d13ff6be9976e37fe.tar.xz
kernel-qcow2-linux-384740dc49ea651ba350704d13ff6be9976e37fe.zip
MIPS: Move headfiles to new location below arch/mips/include
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/setup.h')
-rw-r--r--include/asm-mips/setup.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-mips/setup.h b/include/asm-mips/setup.h
deleted file mode 100644
index e600cedda976..000000000000
--- a/include/asm-mips/setup.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _MIPS_SETUP_H
-#define _MIPS_SETUP_H
-
-#define COMMAND_LINE_SIZE 256
-
-#ifdef __KERNEL__
-extern void setup_early_printk(void);
-#endif /* __KERNEL__ */
-
-#endif /* __SETUP_H */