This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-mips / bootinfo.h
index c9c257c..aacab4d 100644 (file)
@@ -12,7 +12,6 @@
 #define _ASM_BOOTINFO_H
 
 #include <linux/types.h>
-#include <asm/setup.h>
 
 /*
  * The MACH_GROUP_ IDs are the equivalent to PCI vendor IDs; the remaining
 #define MACH_GROUP_TITAN       22      /* PMC-Sierra Titan             */
 #define  MACH_TITAN_YOSEMITE   1       /* PMC-Sierra Yosemite          */
 
-#define CL_SIZE                        COMMAND_LINE_SIZE
+#define CL_SIZE                        (256)
 
 const char *get_system_type(void);