aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-02-09 15:30:29 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2007-02-09 14:40:12 +0000
commitad7d314480d357db0466bef843cdc1abd9441d4f (patch)
treeb4cee54cbc20bed8d49220e45be39462c396d490 /include/linux/mtd
parent[MTD] Fix default timeouts for Intel NOR flash (diff)
downloadlinux-dev-ad7d314480d357db0466bef843cdc1abd9441d4f.tar.xz
linux-dev-ad7d314480d357db0466bef843cdc1abd9441d4f.zip
[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: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/physmap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h
index 86831e3594f6..0dc07d5f3354 100644
--- a/include/linux/mtd/physmap.h
+++ b/include/linux/mtd/physmap.h
@@ -18,9 +18,10 @@
#define __LINUX_MTD_PHYSMAP__
#include <linux/mtd/mtd.h>
-#include <linux/mtd/map.h>
#include <linux/mtd/partitions.h>
+struct map_info;
+
struct physmap_flash_data {
unsigned int width;
void (*set_vpp)(struct map_info *, int);