Input: i8042 - add missing include
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Tue, 2 May 2023 00:39:45 +0000 (17:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 2 May 2023 00:50:18 +0000 (17:50 -0700)
commit7b9c13dd4d0ebbe89dfd7e1ecd09696037622101
tree88410feb1bcfbed71928a6fe8da2ada8598c8135
parentdbe836576f12743a7d2d170ad4ad4fd324c4d47a
Input: i8042 - add missing include

<linux/i8042.h> include uses ENODEV when included with
!IS_ENABLED(CONFIG_SERIO_I8042) and so need to include it.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/49fd4d400d1ab62095e5ed75a6637f883c0d071b.1682795105.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
include/linux/i8042.h