Commit ad7d3144 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen Committed by David Woodhouse

[MTD] Don't include linux/mtd/map.h from linux/mtd/physmap.h

Replace the inclusion of linux/mtd/map.h with a forward-declaration
of struct map_info. This allows linux/mtd/physmap.h to be included by
e.g. board code even if the MTD subsystem is disabled.
Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 2a5bd596
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
#define __LINUX_MTD_PHYSMAP__ #define __LINUX_MTD_PHYSMAP__
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h> #include <linux/mtd/partitions.h>
struct map_info;
struct physmap_flash_data { struct physmap_flash_data {
unsigned int width; unsigned int width;
void (*set_vpp)(struct map_info *, int); void (*set_vpp)(struct map_info *, int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment