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


Groups > linux.kernel > #1595547

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

From Lyude <thatslyude@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] uapi: add missing install of userio.h
Date 2017-03-08 23:10 +0100
Message-ID <tiRWp-4gI-5@gated-at.bofh.it> (permalink)
References <tiFiy-3NE-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[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

csiph-web