]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - drivers/gpu/drm/tilcdc/tilcdc_panel.c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[linux-imx.git] / drivers / gpu / drm / tilcdc / tilcdc_panel.c
index 90ee49786372b5ae875a090ad60f7808acb00de1..09176654fddb9ccc2aba3a697ec58192516c6245 100644 (file)
@@ -305,7 +305,7 @@ static const struct tilcdc_module_ops panel_module_ops = {
  */
 
 /* maybe move this somewhere common if it is needed by other outputs? */
-static struct tilcdc_panel_info * of_get_panel_info(struct device_node *np)
+static struct tilcdc_panel_info *of_get_panel_info(struct device_node *np)
 {
        struct device_node *info_np;
        struct tilcdc_panel_info *info;
@@ -413,7 +413,6 @@ static struct of_device_id panel_of_match[] = {
                { .compatible = "ti,tilcdc,panel", },
                { },
 };
-MODULE_DEVICE_TABLE(of, panel_of_match);
 
 struct platform_driver panel_driver = {
        .probe = panel_probe,