Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michał Mirosław and committed by
Dmitry Torokhov
7b9c13dd dbe83657

+1
+1
include/linux/i8042.h
··· 3 3 #define _LINUX_I8042_H 4 4 5 5 6 + #include <linux/errno.h> 6 7 #include <linux/types.h> 7 8 8 9 /*