Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- include/common.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/common.h b/include/common.h index f653c04..cab98d6 100644 --- a/include/common.h +++ b/include/common.h @@ -87,16 +87,6 @@ static inline void dump_stack(void) } #endif -#define MEMAREA_SIZE_SPECIFIED 1 - -struct memarea_info { - struct device_d *device; - unsigned long start; - unsigned long end; - unsigned long size; - unsigned long flags; -}; - int parse_area_spec(const char *str, loff_t *start, loff_t *size); /* Just like simple_strtoul(), but this one honors a K/M/G suffix */ -- 2.7.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox