Commit bc719854 authored by Tim Sell's avatar Tim Sell Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorhid: remove unnecessary include of serio.h



No need for serio.h to be included.

Signed-off-by: default avatarTim Sell <Timothy.Sell@unisys.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0fbc149c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"