diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-01 08:47:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-01 08:47:39 -0400 |
commit | 3f303103b884ca577908d3e5c0650ad12e40c586 (patch) | |
tree | 021b8baeba20df329b60798ad4fb55f280b0cbda /include | |
parent | 5c6cce92bc8aee751aafe82c5d9caf7553226a3d (diff) | |
parent | 63da029015b5255915cd6d61f19ffc276ad4635d (diff) |
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6:
mtd: fix physmap.h warnings
Diffstat (limited to 'include')
-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 @@ | |||
19 | #include <linux/mtd/partitions.h> | 19 | #include <linux/mtd/partitions.h> |
20 | 20 | ||
21 | struct map_info; | 21 | struct map_info; |
22 | struct platform_device; | ||
22 | 23 | ||
23 | struct physmap_flash_data { | 24 | struct physmap_flash_data { |
24 | unsigned int width; | 25 | unsigned int width; |