linux/i8042.h include requires ENODEV defined for !IS_ENABLED(CONFIG_SERIO_I8042) case. Signed-off-by: Michał Mirosław <mirq-linux@xxxxxxxxxxxx> --- include/linux/i8042.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/i8042.h b/include/linux/i8042.h index d98780ca9604..76c09949d881 100644 --- a/include/linux/i8042.h +++ b/include/linux/i8042.h @@ -7,6 +7,7 @@ * the Free Software Foundation. */ +#include <linux/errno.h> #include <linux/types.h> /* -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html