[PATCH 02/14] include/common.h: remove unused struct memarea_info

Sascha Hauer s.hauer at pengutronix.de
Tue Apr 19 00:36:40 PDT 2016


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 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




More information about the barebox mailing list