]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit7a50d06e242614f02004faed2972a8f2c9336d61
tree0d06eb21f37796d937879256cac069f441e5a200
parentf1ca09b2b5c9dd3988c61818a7d621b1400e4f0c
of: fix missing headers for of_address_to_resource() in MTD and SysACE drivers

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