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 2982b3e..057413b 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 00af55d..fe63f6b 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>