Commit 5659495a authored by Naohiro Aota's avatar Naohiro Aota Committed by Dmitry Torokhov

uapi: add missing install of userio.h

While commit 5523662e ("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: default avatarNaohiro Aota <naota@elisp.net>
Reviewed-by: default avatarLyude Paul <thatslyude@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 47e6fb42
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment