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

From: Lyude
Date: Wed Mar 08 2017 - 17:08:18 EST


Thanks for catching that!

Reviewed-by: Lyude Paul <thatslyude@xxxxxxxxx>

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@xxxxxxxxx>
> ---
> Â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