linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] gpio: zevio: Add missing header
@ 2023-01-21 11:18 Andy Shevchenko
  2023-01-23 10:23 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Shevchenko @ 2023-01-21 11:18 UTC (permalink / raw)
  To: Andy Shevchenko, Moses Christopher Bollavarapu, linux-gpio, linux-kernel
  Cc: Linus Walleij, Bartosz Golaszewski, kernel test robot

The commit 899f6a9c4364 ("gpio: zevio: Use proper headers and drop
OF_GPIO dependency") missed one header this driver depends on. Add it.

Fixes: 899f6a9c4364 ("gpio: zevio: Use proper headers and drop OF_GPIO dependency")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---

Seems I somehow messed up with the series. Here is the missing part.
Feel free apply it separately or fold into the original patch.

 drivers/gpio/gpio-zevio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpio/gpio-zevio.c b/drivers/gpio/gpio-zevio.c
index 778ae82413e4..0223c69b9d7b 100644
--- a/drivers/gpio/gpio-zevio.c
+++ b/drivers/gpio/gpio-zevio.c
@@ -10,6 +10,7 @@
 #include <linux/init.h>
 #include <linux/io.h>
 #include <linux/mod_devicetable.h>
+#include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/spinlock.h>
 
-- 
2.39.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1 1/1] gpio: zevio: Add missing header
  2023-01-21 11:18 [PATCH v1 1/1] gpio: zevio: Add missing header Andy Shevchenko
@ 2023-01-23 10:23 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2023-01-23 10:23 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Moses Christopher Bollavarapu, linux-gpio, linux-kernel,
	Linus Walleij, kernel test robot

On Sat, Jan 21, 2023 at 12:18 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> The commit 899f6a9c4364 ("gpio: zevio: Use proper headers and drop
> OF_GPIO dependency") missed one header this driver depends on. Add it.
>
> Fixes: 899f6a9c4364 ("gpio: zevio: Use proper headers and drop OF_GPIO dependency")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>
> Seems I somehow messed up with the series. Here is the missing part.
> Feel free apply it separately or fold into the original patch.
>
>  drivers/gpio/gpio-zevio.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpio/gpio-zevio.c b/drivers/gpio/gpio-zevio.c
> index 778ae82413e4..0223c69b9d7b 100644
> --- a/drivers/gpio/gpio-zevio.c
> +++ b/drivers/gpio/gpio-zevio.c
> @@ -10,6 +10,7 @@
>  #include <linux/init.h>
>  #include <linux/io.h>
>  #include <linux/mod_devicetable.h>
> +#include <linux/platform_device.h>
>  #include <linux/slab.h>
>  #include <linux/spinlock.h>
>
> --
> 2.39.0
>

Applied, thanks for the quick fix.

Bart

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-23 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-21 11:18 [PATCH v1 1/1] gpio: zevio: Add missing header Andy Shevchenko
2023-01-23 10:23 ` Bartosz Golaszewski

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).