All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lyude <thatslyude@gmail.com>
To: Naohiro Aota <naota@elisp.net>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] uapi: add missing install of userio.h
Date: Wed, 08 Mar 2017 17:08:06 -0500	[thread overview]
Message-ID: <1489010886.4607.0.camel@gmail.com> (raw)
In-Reply-To: <20170308082247.21690-1-naota@elisp.net>

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

  reply	other threads:[~2017-03-08 22:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08  8:22 [PATCH] uapi: add missing install of userio.h Naohiro Aota
2017-03-08 22:08 ` Lyude [this message]
2017-03-24 14:49 ` Jiri Kosina
2017-03-25  6:05   ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489010886.4607.0.camel@gmail.com \
    --to=thatslyude@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=naota@elisp.net \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.