* [PATCH] gpio: dln2: fix build breakage
@ 2015-05-12 13:20 Johan Hovold
2015-05-13 7:05 ` Alexandre Courbot
2015-05-13 8:02 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Johan Hovold @ 2015-05-12 13:20 UTC (permalink / raw)
To: Linus Walleij
Cc: Alexandre Courbot, kbuild test robot, kbuild-all, linux-kernel,
linux-gpio, Johan Hovold
The dln2 driver was initialising a gpiolib private field, which is now
gone.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/gpio/gpio-dln2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpio/gpio-dln2.c b/drivers/gpio/gpio-dln2.c
index dbdb4de82c6d..6685712c15cf 100644
--- 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;
--
2.3.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gpio: dln2: fix build breakage
2015-05-12 13:20 [PATCH] gpio: dln2: fix build breakage Johan Hovold
@ 2015-05-13 7:05 ` Alexandre Courbot
2015-05-13 8:02 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Courbot @ 2015-05-13 7:05 UTC (permalink / raw)
To: Johan Hovold
Cc: Linus Walleij, Alexandre Courbot, kbuild test robot, kbuild-all,
Linux Kernel Mailing List, linux-gpio@vger.kernel.org
On Tue, May 12, 2015 at 10:20 PM, Johan Hovold <johan@kernel.org> wrote:
> The dln2 driver was initialising a gpiolib private field, which is now
> gone.
>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gpio: dln2: fix build breakage
2015-05-12 13:20 [PATCH] gpio: dln2: fix build breakage Johan Hovold
2015-05-13 7:05 ` Alexandre Courbot
@ 2015-05-13 8:02 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2015-05-13 8:02 UTC (permalink / raw)
To: Johan Hovold
Cc: Alexandre Courbot, kbuild test robot, kbuild-all@01.org,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org
On Tue, May 12, 2015 at 3:20 PM, Johan Hovold <johan@kernel.org> wrote:
> The dln2 driver was initialising a gpiolib private field, which is now
> gone.
>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Signed-off-by: Johan Hovold <johan@kernel.org>
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-13 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 13:20 [PATCH] gpio: dln2: fix build breakage Johan Hovold
2015-05-13 7:05 ` Alexandre Courbot
2015-05-13 8:02 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).