Commit 7b9c13dd authored by Michał Mirosław's avatar Michał Mirosław Committed by Dmitry Torokhov

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: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/49fd4d400d1ab62095e5ed75a6637f883c0d071b.1682795105.git.mirq-linux@rere.qmqm.plSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent dbe83657
......@@ -3,6 +3,7 @@
#define _LINUX_I8042_H
#include <linux/errno.h>
#include <linux/types.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