From bc719854d2c0f338fb784560e80e216dcfbe5332 Mon Sep 17 00:00:00 2001 From: Tim Sell Date: Thu, 1 Oct 2015 12:41:59 -0400 Subject: [PATCH] staging: unisys: visorhid: remove unnecessary include of serio.h No need for serio.h to be included. Signed-off-by: Tim Sell Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorhid/visorhid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/visorhid/visorhid.c b/drivers/staging/unisys/visorhid/visorhid.c index 119b72dd331d..c24aaf59be9d 100644 --- a/drivers/staging/unisys/visorhid/visorhid.c +++ b/drivers/staging/unisys/visorhid/visorhid.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include "keyboardchannel.h" -- 2.39.2