]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/tty/serial/apbuart.c
tty: serial: apbuart: Fix module autoload for OF platform driver
[linux-beck.git] / drivers / tty / serial / apbuart.c
index f3af317131acb022616739800cca755c29ebf404..75eb083b3361c8fc47c910eecc316152e4e34e84 100644 (file)
@@ -581,6 +581,7 @@ static const struct of_device_id apbuart_match[] = {
         },
        {},
 };
+MODULE_DEVICE_TABLE(of, apbuart_match);
 
 static struct platform_driver grlib_apbuart_of_driver = {
        .probe = apbuart_probe,