Unify timer_init() and cpu_init() prototypes

Clean up some duplicated prototype declarations.
Get rid of now useless AVR32 initcalls.h file.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Albert Aribaud <albert.aribaud@free.fr>
Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Cc: Graeme Russ <graeme.russ@gmail.com>
This commit is contained in:
Wolfgang Denk
2011-07-30 12:32:45 +00:00
parent 5589073a16
commit f6c019c454
5 changed files with 3 additions and 35 deletions

View File

@@ -222,6 +222,9 @@ typedef void (interrupt_handler_t)(void *);
void hang (void) __attribute__ ((noreturn));
int timer_init(void);
int cpu_init(void);
/* */
phys_size_t initdram (int);
int display_options (void);