diff options
author | Tim Sell <Timothy.Sell@unisys.com> | 2015-10-01 12:41:59 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-02 11:40:19 +0200 |
commit | bc719854d2c0f338fb784560e80e216dcfbe5332 (patch) | |
tree | 0e21774bdc0bcad2260454cd45efcf9ddb9e51fa /drivers/staging/unisys | |
parent | 0fbc149c9426f2ca18745bf94eb854b6d41332bb (diff) | |
download | lwn-bc719854d2c0f338fb784560e80e216dcfbe5332.tar.gz lwn-bc719854d2c0f338fb784560e80e216dcfbe5332.zip |
staging: unisys: visorhid: remove unnecessary include of serio.h
No need for serio.h to be included.
Signed-off-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/visorhid/visorhid.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/fb.h> #include <linux/fs.h> #include <linux/input.h> -#include <linux/serio.h> #include <linux/uaccess.h> #include "keyboardchannel.h" |