Message ID | 20180517004228.30766-2-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/0028-GPIO-ralink-add-mt7621-gpio-controller.patch b/target/linux/ramips/patches-4.14/0028-GPIO-ralink-add-mt7621-gpio-controller.patch index ea341dc33c..a6f19f50ea 100644 --- a/target/linux/ramips/patches-4.14/0028-GPIO-ralink-add-mt7621-gpio-controller.patch +++ b/target/linux/ramips/patches-4.14/0028-GPIO-ralink-add-mt7621-gpio-controller.patch @@ -90,7 +90,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +static struct irq_domain *mediatek_gpio_irq_domain; +static atomic_t irq_refcount = ATOMIC_INIT(0); + -+struct mtk_gc { ++static struct mtk_gc { + struct gpio_chip chip; + spinlock_t lock; + int bank;