Gitweb: http://git.kernel.org/linus/2b74b85693c7c0772e8787883230cd15314555f8 Commit: 2b74b85693c7c0772e8787883230cd15314555f8 Parent: 7fb8156d50c7bf3eb183c308cc63be827c6944a9 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Sun Jun 14 23:27:41 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Sun Jun 14 23:27:41 2009 +0900 sh: Derive COMMAND_LINE_SIZE from asm-generic/setup.h. Signed-off-by: Paul Mundt <lethal@linux-sh.org> --- arch/sh/include/asm/setup.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h index d450bcf..ce37435 100644 --- a/arch/sh/include/asm/setup.h +++ b/arch/sh/include/asm/setup.h @@ -1,7 +1,7 @@ #ifndef _SH_SETUP_H #define _SH_SETUP_H -#define COMMAND_LINE_SIZE 256 +#include <asm-generic/setup.h> #ifdef __KERNEL__ /* -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
