diff options
Diffstat (limited to 'drivers/serial/uartlite.c')
| -rw-r--r-- | drivers/serial/uartlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c index 80943409edb0..c54a5ad992b1 100644 --- a/drivers/serial/uartlite.c +++ b/drivers/serial/uartlite.c | |||
| @@ -618,7 +618,7 @@ static int __devexit ulite_of_remove(struct of_device *op) | |||
| 618 | } | 618 | } |
| 619 | 619 | ||
| 620 | /* Match table for of_platform binding */ | 620 | /* Match table for of_platform binding */ |
| 621 | static struct of_device_id __devinit ulite_of_match[] = { | 621 | static struct of_device_id ulite_of_match[] __devinitdata = { |
| 622 | { .type = "serial", .compatible = "xilinx,uartlite", }, | 622 | { .type = "serial", .compatible = "xilinx,uartlite", }, |
| 623 | {}, | 623 | {}, |
| 624 | }; | 624 | }; |
