From 4de8810ed8b25472be0cfd85f1db337576f81f87 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 14 Feb 2019 15:51:55 +0100 Subject: input: davinci_keyscan: remove unnecessary includes The mach/ and asm/ includes are not needed in davinci_keyscan, but they will cause build problems once we make mach/irqs.h a private header for mach-davinci. Remove all unused header includes. Acked-by: Dmitry Torokhov Signed-off-by: Bartosz Golaszewski Signed-off-by: Sekhar Nori --- drivers/input/keyboard/davinci_keyscan.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'drivers/input') diff --git a/drivers/input/keyboard/davinci_keyscan.c b/drivers/input/keyboard/davinci_keyscan.c index b20a5d044caa..b4db72f833ca 100644 --- a/drivers/input/keyboard/davinci_keyscan.c +++ b/drivers/input/keyboard/davinci_keyscan.c @@ -32,10 +32,6 @@ #include #include -#include - -#include -#include #include /* Key scan registers */ -- cgit