aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/apbuart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/apbuart.c b/drivers/tty/serial/apbuart.c
index 77554fd68d1..7162f70d926 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
580static struct of_device_id __initdata apbuart_match[] = { 580static 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
600static int grlib_apbuart_configure(void) 600static 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;