1
0
Fork 0

Input: jornada720_kbd - remove unneeded mach/hardware.h include

The Jornada720 keyboard driver does not make use of anything from the
mach/hardware.h header, so this header can be removed.

Tested-by: Adam Wysocki <armlinux@chmurka.net>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
hifive-unleashed-5.1
Russell King 2016-09-07 19:21:06 -07:00 committed by Dmitry Torokhov
parent db808498ae
commit 72f6d0b9ea
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <linux/slab.h>
#include <mach/jornada720.h>
#include <mach/hardware.h>
MODULE_AUTHOR("Kristoffer Ericson <Kristoffer.Ericson@gmail.com>");
MODULE_DESCRIPTION("HP Jornada 710/720/728 keyboard driver");