[PATCH 5/7] common.h: remove unused function declarations
Sascha Hauer
s.hauer at pengutronix.de
Thu Dec 15 05:49:37 EST 2011
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
include/common.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/common.h b/include/common.h
index d594e63..2f37dd8 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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 */
--
1.7.7.3
More information about the barebox
mailing list