mvebu: drop support for old kernels
[openwrt.git] / target / linux / mvebu / patches-3.18 / 199-gpio_mvebu_drop_owner.patch
diff --git a/target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch b/target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch
deleted file mode 100644 (file)
index fe74199..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-A platform_driver does not need to set an owner, it will be populated by the
-driver core.
-
-Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-
---- a/drivers/gpio/gpio-mvebu.c
-+++ b/drivers/gpio/gpio-mvebu.c
-@@ -836,7 +836,6 @@ static int mvebu_gpio_probe(struct platf
- static struct platform_driver mvebu_gpio_driver = {
-       .driver         = {
-               .name           = "mvebu-gpio",
--              .owner          = THIS_MODULE,
-               .of_match_table = mvebu_gpio_of_match,
-       },
-       .probe          = mvebu_gpio_probe,