]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: moxart: add missing .owner to struct gpio_chip
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 16 Dec 2013 02:11:34 +0000 (10:11 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Dec 2013 09:21:23 +0000 (10:21 +0100)
commit50d7c9c841176887e138422045f53c7ce607a3da
treef3b9b820eac8b35cb64ef57ec887c1c6133da166
parent12262bef8f4614df7af8b2963de5beddee18ae5e
gpio: moxart: add missing .owner to struct gpio_chip

Add missing .owner of struct gpio_chip. This prevents the
module from being removed from underneath its users.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-moxart.c