9
0
Fork 0

common.h: remove unused function declarations

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-10 20:33:02 +01:00
parent c95f81b36a
commit afa7c80e74
1 changed files with 0 additions and 5 deletions

View File

@ -81,8 +81,6 @@
})
#endif
typedef void (interrupt_handler_t)(void *);
#include <asm/barebox.h> /* boot information for Linux kernel */
/*
@ -93,8 +91,6 @@ void reginfo(void);
void __noreturn hang (void);
void __noreturn panic(const char *fmt, ...);
/* */
void initdram (int);
char *size_human_readable(ulong size);
/* common/main.c */
@ -133,7 +129,6 @@ struct memarea_info {
unsigned long flags;
};
int spec_str_to_info(const char *str, struct memarea_info *info);
int parse_area_spec(const char *str, ulong *start, ulong *size);
/* Just like simple_strtoul(), but this one honors a K/M/G suffix */