diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/apbuart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/apbuart.c b/drivers/tty/serial/apbuart.c index 77554fd68d1f..7162f70d9260 100644 --- a/drivers/tty/serial/apbuart.c +++ b/drivers/tty/serial/apbuart.c | |||
@@ -577,7 +577,7 @@ static int __devinit apbuart_probe(struct platform_device *op) | |||
577 | return 0; | 577 | return 0; |
578 | } | 578 | } |
579 | 579 | ||
580 | static struct of_device_id __initdata apbuart_match[] = { | 580 | static struct of_device_id apbuart_match[] = { |
581 | { | 581 | { |
582 | .name = "GAISLER_APBUART", | 582 | .name = "GAISLER_APBUART", |
583 | }, | 583 | }, |
@@ -597,7 +597,7 @@ static struct platform_driver grlib_apbuart_of_driver = { | |||
597 | }; | 597 | }; |
598 | 598 | ||
599 | 599 | ||
600 | static int grlib_apbuart_configure(void) | 600 | static int __init grlib_apbuart_configure(void) |
601 | { | 601 | { |
602 | struct device_node *np; | 602 | struct device_node *np; |
603 | int line = 0; | 603 | int line = 0; |