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

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

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-08  8:22 Naohiro Aota [this message]
2017-03-08 22:08 ` [PATCH] uapi: add missing install of userio.h Lyude
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=20170308082247.21690-1-naota@elisp.net \
    --to=naota@elisp.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thatslyude@gmail.com \
    --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.