Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594941
| From | Naohiro Aota <naota@elisp.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] uapi: add missing install of userio.h |
| Date | 2017-03-08 09:40 +0100 |
| Message-ID | <tiFiy-3NE-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] uapi: add missing install of userio.h Naohiro Aota <naota@elisp.net> - 2017-03-08 09:40 +0100 Re: [PATCH] uapi: add missing install of userio.h Lyude <thatslyude@gmail.com> - 2017-03-08 23:10 +0100
csiph-web