Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1594941 > unrolled thread

[PATCH] uapi: add missing install of userio.h

Started byNaohiro Aota <naota@elisp.net>
First post2017-03-08 09:40 +0100
Last post2017-03-08 23:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] uapi: add missing install of userio.h Naohiro Aota <naota@elisp.net> - 2017-03-08 09:40 +0100
    Re: [PATCH] uapi: add missing install of userio.h Lyude <thatslyude@gmail.com> - 2017-03-08 23:10 +0100

#1594941 — [PATCH] uapi: add missing install of userio.h

FromNaohiro Aota <naota@elisp.net>
Date2017-03-08 09:40 +0100
Subject[PATCH] uapi: add missing install of userio.h
Message-ID<tiFiy-3NE-7@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1595547

FromLyude <thatslyude@gmail.com>
Date2017-03-08 23:10 +0100
Message-ID<tiRWp-4gI-5@gated-at.bofh.it>
In reply to#1594941
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web