[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>
This commit is contained in:
Grant Likely
2008-02-06 10:23:12 -07:00
parent 99e139126a
commit 911a317599
3 changed files with 3 additions and 3 deletions

View File

@@ -459,7 +459,7 @@ static int __devexit xilinxfb_of_remove(struct of_device *op)
}
/* Match table for of_platform binding */
static struct of_device_id __devinit xilinxfb_of_match[] = {
static struct of_device_id xilinxfb_of_match[] __devinitdata = {
{ .compatible = "xilinx,ml300-fb", },
{},
};