public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uapi: add missing install of userio.h
@ 2017-03-08  8:22 Naohiro Aota
  2017-03-08 22:08 ` Lyude
  2017-03-24 14:49 ` Jiri Kosina
  0 siblings, 2 replies; 4+ messages in thread
From: Naohiro Aota @ 2017-03-08  8:22 UTC (permalink / raw)
  To: thatslyude; +Cc: linux-kernel, trivial, Naohiro Aota

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-25  6:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08  8:22 [PATCH] uapi: add missing install of userio.h Naohiro Aota
2017-03-08 22:08 ` Lyude
2017-03-24 14:49 ` Jiri Kosina
2017-03-25  6:05   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox