]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers
authorGraeme Smecher <graeme.smecher@mail.mcgill.ca>
Tue, 17 Aug 2010 17:13:44 +0000 (10:13 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 17 Aug 2010 19:16:47 +0000 (13:16 -0600)
The drivers for Xilinx' SystemACE and physically mapped MTDs were missing
prototypes for of_address_to_resource(). This patch adds the necessary
headers.

Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/block/xsysace.c
drivers/mtd/maps/physmap_of.c

index 2982b3ee9465d1521a6296186c52be9c3a8dc462..057413bb16e294d20d476d49ea4770b56a8e986c 100644 (file)
@@ -94,6 +94,7 @@
 #include <linux/hdreg.h>
 #include <linux/platform_device.h>
 #if defined(CONFIG_OF)
+#include <linux/of_address.h>
 #include <linux/of_device.h>
 #include <linux/of_platform.h>
 #endif
index 00af55d7afba60785b61b011814aba2e46a6f0df..fe63f6bd663c1f7a5ac8db57a0014c1c4a019da0 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/mtd/partitions.h>
 #include <linux/mtd/concat.h>
 #include <linux/of.h>
+#include <linux/of_address.h>
 #include <linux/of_platform.h>
 #include <linux/slab.h>