summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch')
-rw-r--r--target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch15
1 files changed, 0 insertions, 15 deletions
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
index fe74199dcc..0000000000
--- a/target/linux/mvebu/patches-3.18/199-gpio_mvebu_drop_owner.patch
+++ /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,