diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-02-06 12:23:12 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-02-06 12:23:12 -0500 |
commit | 911a3175997000c1fcddb2013aaa5fbbee79f0f0 (patch) | |
tree | 8c858443b2dc91296da3f7857979f7a2b0dca1cb /drivers/block | |
parent | 99e139126ab2e84be67969650f92eb37c12ab5cd (diff) |
[POWERPC] Fix incorrectly tagged __devinitdata structures
Fix compile errors in the xilinxfb, xsysace and uartlite drivers used
by the Xilinx Virtex platform
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/xsysace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xsysace.c b/drivers/block/xsysace.c index 78ebfffc77e3..1110e1b60712 100644 --- a/drivers/block/xsysace.c +++ b/drivers/block/xsysace.c | |||
@@ -1202,7 +1202,7 @@ static int __devexit ace_of_remove(struct of_device *op) | |||
1202 | } | 1202 | } |
1203 | 1203 | ||
1204 | /* Match table for of_platform binding */ | 1204 | /* Match table for of_platform binding */ |
1205 | static struct of_device_id __devinit ace_of_match[] = { | 1205 | static struct of_device_id ace_of_match[] __devinitdata = { |
1206 | { .compatible = "xilinx,xsysace", }, | 1206 | { .compatible = "xilinx,xsysace", }, |
1207 | {}, | 1207 | {}, |
1208 | }; | 1208 | }; |