]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: clps711x: Add missing .owner to struct gpio_chip
authorAxel Lin <axel.lin@ingics.com>
Tue, 4 Feb 2014 14:25:27 +0000 (22:25 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 6 Feb 2014 09:33:48 +0000 (10:33 +0100)
commitb64843db01023b3fc0f96b0c185a079b43f94910
tree71176ddb24d110c4f2fe00e0f84839f7de56a484
parentd749d83010def90d725ddc47d66e98a62f246ec0
gpio: clps711x: 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: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-clps711x.c