From 752ba28659bcc4eefd830f6c84b1cde81d5fdc71 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Tue, 27 Dec 2011 22:07:23 +0100 Subject: [PATCH] --- yaml --- r: 281977 b: refs/heads/master c: ab17da5cb9d4aaf9f04c706761d3a8024897bedd h: refs/heads/master i: 281975: 1802085309b6c29b9d803d220de966a2281d9908 v: v3 --- [refs] | 2 +- trunk/drivers/tty/serial/apbuart.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ccf98ebdc7fe..b1217bcceb7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1a8b69afd63f26f8e7be39e3bc78c4894cdb9fd +refs/heads/master: ab17da5cb9d4aaf9f04c706761d3a8024897bedd diff --git a/trunk/drivers/tty/serial/apbuart.c b/trunk/drivers/tty/serial/apbuart.c index 77554fd68d1f..7162f70d9260 100644 --- a/trunk/drivers/tty/serial/apbuart.c +++ b/trunk/drivers/tty/serial/apbuart.c @@ -577,7 +577,7 @@ static int __devinit apbuart_probe(struct platform_device *op) return 0; } -static struct of_device_id __initdata apbuart_match[] = { +static struct of_device_id apbuart_match[] = { { .name = "GAISLER_APBUART", }, @@ -597,7 +597,7 @@ static struct platform_driver grlib_apbuart_of_driver = { }; -static int grlib_apbuart_configure(void) +static int __init grlib_apbuart_configure(void) { struct device_node *np; int line = 0;