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


Groups > linux.kernel > #1608495 > unrolled thread

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

Started byJiri Kosina <jikos@kernel.org>
First post2017-03-24 15:50 +0100
Last post2017-03-25 07:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] uapi: add missing install of userio.h Jiri Kosina <jikos@kernel.org> - 2017-03-24 15:50 +0100
    Re: [PATCH] uapi: add missing install of userio.h Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-03-25 07:10 +0100

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

FromJiri Kosina <jikos@kernel.org>
Date2017-03-24 15:50 +0100
SubjectRe: [PATCH] uapi: add missing install of userio.h
Message-ID<toyHn-2WH-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1609102

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2017-03-25 07:10 +0100
Message-ID<toN3H-59k-9@gated-at.bofh.it>
In reply to#1608495
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web