Skip to content

Commit 5659495

Browse files
naotadtor
authored andcommitted
uapi: add missing install of userio.h
While commit 5523662 ("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 <[email protected]> Reviewed-by: Lyude Paul <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 47e6fb4 commit 5659495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ header-y += unistd.h
437437
header-y += unix_diag.h
438438
header-y += usbdevice_fs.h
439439
header-y += usbip.h
440+
header-y += userio.h
440441
header-y += utime.h
441442
header-y += utsname.h
442443
header-y += uuid.h

0 commit comments

Comments
 (0)