Loading drivers/block/xsysace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1202,7 +1202,7 @@ static int __devexit ace_of_remove(struct of_device *op) } /* Match table for of_platform binding */ static struct of_device_id __devinit ace_of_match[] = { static struct of_device_id ace_of_match[] __devinitdata = { { .compatible = "xilinx,xsysace", }, {}, }; Loading drivers/serial/uartlite.c +1 −1 Original line number Diff line number Diff line Loading @@ -618,7 +618,7 @@ static int __devexit ulite_of_remove(struct of_device *op) } /* Match table for of_platform binding */ static struct of_device_id __devinit ulite_of_match[] = { static struct of_device_id ulite_of_match[] __devinitdata = { { .type = "serial", .compatible = "xilinx,uartlite", }, {}, }; Loading drivers/video/xilinxfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", }, {}, }; Loading Loading
drivers/block/xsysace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1202,7 +1202,7 @@ static int __devexit ace_of_remove(struct of_device *op) } /* Match table for of_platform binding */ static struct of_device_id __devinit ace_of_match[] = { static struct of_device_id ace_of_match[] __devinitdata = { { .compatible = "xilinx,xsysace", }, {}, }; Loading
drivers/serial/uartlite.c +1 −1 Original line number Diff line number Diff line Loading @@ -618,7 +618,7 @@ static int __devexit ulite_of_remove(struct of_device *op) } /* Match table for of_platform binding */ static struct of_device_id __devinit ulite_of_match[] = { static struct of_device_id ulite_of_match[] __devinitdata = { { .type = "serial", .compatible = "xilinx,uartlite", }, {}, }; Loading
drivers/video/xilinxfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", }, {}, }; Loading