From: Corentin Labbe Date: Fri, 16 Dec 2016 22:43:39 +0000 (-0800) Subject: Input: joydev - remove unused linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=65dadffddbe44a60f8be9e95f264949ba1e547e9;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Input: joydev - remove unused linux/miscdevice.h include This patch remove the inclusion of linux/miscdevice.h for joydev since it does not use miscdevice. Signed-off-by: Corentin Labbe Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index f3135ae22df4..abd18f31b24f 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include