diff options
author | Naohiro Aota <naota@elisp.net> | 2017-03-24 23:04:44 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-03-24 23:06:39 -0700 |
commit | 5659495a7a1455665ce1466d156597ad1bda8772 (patch) | |
tree | e2507450d9b54de1f291476a9d3ffb42acfed609 /include | |
parent | 47e6fb4212d09f325c0847d05985dd3d71553095 (diff) | |
download | linux-5659495a7a1455665ce1466d156597ad1bda8772.tar.bz2 |
uapi: add missing install of userio.h
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 was missing from header installation.
Signed-off-by: Naohiro Aota <naota@elisp.net>
Reviewed-by: Lyude Paul <thatslyude@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f330ba4547cf..b4a9a1891db6 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -437,6 +437,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 |