|
@@ -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;
|