9
0
Fork 0

include/common.h: remove unused struct memarea_info

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-04-11 10:20:58 +02:00
parent ea5aeb986c
commit 086d0026a0
1 changed files with 0 additions and 10 deletions

View File

@ -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 */