All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uapi: add missing install of userio.h
@ 2017-03-08  8:22 Naohiro Aota
  2017-03-08 22:08 ` Lyude
  2017-03-24 14:49 ` Jiri Kosina
  0 siblings, 2 replies; 4+ messages in thread
From: Naohiro Aota @ 2017-03-08  8:22 UTC (permalink / raw)
  To: thatslyude; +Cc: linux-kernel, trivial, Naohiro Aota

While commit 5523662edd4f ("Input: add userio module") added userio.h
under the uapi/ directory, it forgot to add the header file to Kbuild.
Thus, the file is missing from header installation. This patch just
resolve the issue by adding the missing entry.

Signed-off-by: Naohiro Aota <naota@elisp.net>
---
 include/uapi/linux/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index dd9820b1c779..f8d9fed17ba9 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -445,6 +445,7 @@ header-y += unistd.h
 header-y += unix_diag.h
 header-y += usbdevice_fs.h
 header-y += usbip.h
+header-y += userio.h
 header-y += utime.h
 header-y += utsname.h
 header-y += uuid.h
-- 
2.11.0

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

* Re: [PATCH] uapi: add missing install of userio.h
  2017-03-08  8:22 [PATCH] uapi: add missing install of userio.h Naohiro Aota
@ 2017-03-08 22:08 ` Lyude
  2017-03-24 14:49 ` Jiri Kosina
  1 sibling, 0 replies; 4+ messages in thread
From: Lyude @ 2017-03-08 22:08 UTC (permalink / raw)
  To: Naohiro Aota; +Cc: linux-kernel, trivial

Thanks for catching that!

Reviewed-by: Lyude Paul <thatslyude@gmail.com>

On Wed, 2017-03-08 at 17:22 +0900, Naohiro Aota wrote:
> While commit 5523662edd4f ("Input: add userio module") added userio.h
> under the uapi/ directory, it forgot to add the header file to
> Kbuild.
> Thus, the file is missing from header installation. This patch just
> resolve the issue by adding the missing entry.
> 
> Signed-off-by: Naohiro Aota <naota@elisp.net>
> ---
>  include/uapi/linux/Kbuild | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
> index dd9820b1c779..f8d9fed17ba9 100644
> --- a/include/uapi/linux/Kbuild
> +++ b/include/uapi/linux/Kbuild
> @@ -445,6 +445,7 @@ header-y += unistd.h
>  header-y += unix_diag.h
>  header-y += usbdevice_fs.h
>  header-y += usbip.h
> +header-y += userio.h
>  header-y += utime.h
>  header-y += utsname.h
>  header-y += uuid.h

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

* Re: [PATCH] uapi: add missing install of userio.h
  2017-03-08  8:22 [PATCH] uapi: add missing install of userio.h Naohiro Aota
  2017-03-08 22:08 ` Lyude
@ 2017-03-24 14:49 ` Jiri Kosina
  2017-03-25  6:05   ` Dmitry Torokhov
  1 sibling, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2017-03-24 14:49 UTC (permalink / raw)
  To: Naohiro Aota; +Cc: thatslyude, linux-kernel, Dmitry Torokhov

On Wed, 8 Mar 2017, Naohiro Aota wrote:

> While commit 5523662edd4f ("Input: add userio module") added userio.h
> under the uapi/ directory, it forgot to add the header file to Kbuild.
> Thus, the file is missing from header installation. This patch just
> resolve the issue by adding the missing entry.
> 
> Signed-off-by: Naohiro Aota <naota@elisp.net>

Adding Dmitry, as I believe this'd better go trough input.git for 4.11 
still.

Thanks.

> ---
>  include/uapi/linux/Kbuild | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
> index dd9820b1c779..f8d9fed17ba9 100644
> --- a/include/uapi/linux/Kbuild
> +++ b/include/uapi/linux/Kbuild
> @@ -445,6 +445,7 @@ header-y += unistd.h
>  header-y += unix_diag.h
>  header-y += usbdevice_fs.h
>  header-y += usbip.h
> +header-y += userio.h
>  header-y += utime.h
>  header-y += utsname.h
>  header-y += uuid.h
> -- 
> 2.11.0
> 

-- 
Jiri Kosina
SUSE Labs

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

* Re: [PATCH] uapi: add missing install of userio.h
  2017-03-24 14:49 ` Jiri Kosina
@ 2017-03-25  6:05   ` Dmitry Torokhov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2017-03-25  6:05 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Naohiro Aota, thatslyude, linux-kernel

On Fri, Mar 24, 2017 at 03:49:08PM +0100, Jiri Kosina wrote:
> On Wed, 8 Mar 2017, Naohiro Aota wrote:
> 
> > While commit 5523662edd4f ("Input: add userio module") added userio.h
> > under the uapi/ directory, it forgot to add the header file to Kbuild.
> > Thus, the file is missing from header installation. This patch just
> > resolve the issue by adding the missing entry.
> > 
> > Signed-off-by: Naohiro Aota <naota@elisp.net>
> 
> Adding Dmitry, as I believe this'd better go trough input.git for 4.11 
> still.

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2017-03-25  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08  8:22 [PATCH] uapi: add missing install of userio.h Naohiro Aota
2017-03-08 22:08 ` Lyude
2017-03-24 14:49 ` Jiri Kosina
2017-03-25  6:05   ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.