diff options
Diffstat (limited to 'arch/c6x/include/asm/setup.h')
| -rw-r--r-- | arch/c6x/include/asm/setup.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/c6x/include/asm/setup.h b/arch/c6x/include/asm/setup.h index 1808f279f82..696804475f5 100644 --- a/arch/c6x/include/asm/setup.h +++ b/arch/c6x/include/asm/setup.h @@ -11,11 +11,9 @@ #ifndef _ASM_C6X_SETUP_H #define _ASM_C6X_SETUP_H -#define COMMAND_LINE_SIZE 1024 +#include <uapi/asm/setup.h> #ifndef __ASSEMBLY__ -extern char c6x_command_line[COMMAND_LINE_SIZE]; - extern int c6x_add_memory(phys_addr_t start, unsigned long size); extern unsigned long ram_start; @@ -27,6 +25,7 @@ extern unsigned int c6x_devstat; extern unsigned char c6x_fuse_mac[6]; extern void machine_init(unsigned long dt_ptr); +extern void time_init(void); #endif /* !__ASSEMBLY__ */ #endif /* _ASM_C6X_SETUP_H */ |
