UPSTREAM: drm/rockchip: inno_hdmi: get rid of rockchip_drm_crtc_mode_config
[firefly-linux-kernel-4.4.55.git] / drivers / sbus / char / bbc_i2c.c
index e0e6cd605cca76062f51cf5f138ee1354518220c..129967ad345d7f06e781e99cac2e88facdb59014 100644 (file)
@@ -11,7 +11,6 @@
 #include <linux/sched.h>
 #include <linux/wait.h>
 #include <linux/delay.h>
-#include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
@@ -414,7 +413,6 @@ MODULE_DEVICE_TABLE(of, bbc_i2c_match);
 static struct platform_driver bbc_i2c_driver = {
        .driver = {
                .name = "bbc_i2c",
-               .owner = THIS_MODULE,
                .of_match_table = bbc_i2c_match,
        },
        .probe          = bbc_i2c_probe,