projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8a3f52
)
gpio: dln2: fix build breakage
author
Johan Hovold
<
[email protected]
>
Tue, 12 May 2015 13:20:25 +0000
(15:20 +0200)
committer
Linus Walleij
<
[email protected]
>
Wed, 13 May 2015 08:02:12 +0000
(10:02 +0200)
The dln2 driver was initialising a gpiolib private field, which is now
gone.
Reported-by: kbuild test robot <
[email protected]
>
Signed-off-by: Johan Hovold <
[email protected]
>
Acked-by: Alexandre Courbot <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
drivers/gpio/gpio-dln2.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-dln2.c
b/drivers/gpio/gpio-dln2.c
index dbdb4de82c6db34f4a339ac2b6f25a8490ba8de2..6685712c15cf0f2409aa10c7ea511fa1f5f913c5 100644
(file)
--- a/
drivers/gpio/gpio-dln2.c
+++ b/
drivers/gpio/gpio-dln2.c
@@
-466,7
+466,6
@@
static int dln2_gpio_probe(struct platform_device *pdev)
dln2->gpio.owner = THIS_MODULE;
dln2->gpio.base = -1;
dln2->gpio.ngpio = pins;
- dln2->gpio.exported = true;
dln2->gpio.can_sleep = true;
dln2->gpio.irq_not_threaded = true;
dln2->gpio.set = dln2_gpio_set;