Message ID | 20180517004228.30766-4-rosenp@gmail.com |
---|---|
State | Rejected |
Delegated to: | John Crispin |
Headers | show |
Series | [LEDE-DEV,1/4] staging: mt7621-gpio: remove redundant owner assignments of drivers | expand |
diff --git a/target/linux/ramips/patches-4.14/0025-pinctrl-ralink-add-pinctrl-driver.patch b/target/linux/ramips/patches-4.14/0025-pinctrl-ralink-add-pinctrl-driver.patch index 3e5dac5376..41b611d120 100644 --- a/target/linux/ramips/patches-4.14/0025-pinctrl-ralink-add-pinctrl-driver.patch +++ b/target/linux/ramips/patches-4.14/0025-pinctrl-ralink-add-pinctrl-driver.patch @@ -49,7 +49,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> obj-$(CONFIG_PINCTRL_SIRF) += sirf/ --- /dev/null +++ b/drivers/pinctrl/pinctrl-rt2880.c -@@ -0,0 +1,472 @@ +@@ -0,0 +1,471 @@ +/* + * linux/drivers/pinctrl/pinctrl-rt2880.c + * @@ -511,7 +511,6 @@ Signed-off-by: John Crispin <blogic@openwrt.org> + .probe = rt2880_pinmux_probe, + .driver = { + .name = "rt2880-pinmux", -+ .owner = THIS_MODULE, + .of_match_table = rt2880_pinmux_match, + }, +};