Browse Source

sh: Derive COMMAND_LINE_SIZE from asm-generic/setup.h.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 years ago
parent
commit
2b74b85693
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sh/include/asm/setup.h

+ 1 - 1
arch/sh/include/asm/setup.h

@@ -1,7 +1,7 @@
 #ifndef _SH_SETUP_H
 #ifndef _SH_SETUP_H
 #define _SH_SETUP_H
 #define _SH_SETUP_H
 
 
-#define COMMAND_LINE_SIZE 256
+#include <asm-generic/setup.h>
 
 
 #ifdef __KERNEL__
 #ifdef __KERNEL__
 /*
 /*