summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-10 20:33:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-15 11:46:50 +0100
commitafa7c80e740a529e8b1921f26f66b230bcbda63f (patch)
tree24db8843a4c59cdcfb74f542c8f597b07c0b7a16 /include/common.h
parentc95f81b36a05409865c586c29e81f3dd81e8d152 (diff)
downloadbarebox-afa7c80e740a529e8b1921f26f66b230bcbda63f.tar.gz
barebox-afa7c80e740a529e8b1921f26f66b230bcbda63f.tar.xz
common.h: remove unused function declarations
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/common.h b/include/common.h
index d594e630e4..2f37dd845f 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 */