diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-01 14:47:39 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-01 14:47:39 +0200 |
commit | 3f303103b884ca577908d3e5c0650ad12e40c586 (patch) | |
tree | 021b8baeba20df329b60798ad4fb55f280b0cbda | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... (diff) | |
parent | mtd: fix physmap.h warnings (diff) | |
download | linux-3f303103b884ca577908d3e5c0650ad12e40c586.tar.xz linux-3f303103b884ca577908d3e5c0650ad12e40c586.zip |
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6:
mtd: fix physmap.h warnings
-rw-r--r-- | include/linux/mtd/physmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/physmap.h b/include/linux/mtd/physmap.h index d40bfa1d9c91..e5f21d293c70 100644 --- a/include/linux/mtd/physmap.h +++ b/include/linux/mtd/physmap.h @@ -19,6 +19,7 @@ #include <linux/mtd/partitions.h> struct map_info; +struct platform_device; struct physmap_flash_data { unsigned int width; |