Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Russell King and committed by
Dmitry Torokhov
72f6d0b9 db808498

-1
-1
drivers/input/keyboard/jornada720_kbd.c
··· 25 25 #include <linux/slab.h> 26 26 27 27 #include <mach/jornada720.h> 28 - #include <mach/hardware.h> 29 28 30 29 MODULE_AUTHOR("Kristoffer Ericson <Kristoffer.Ericson@gmail.com>"); 31 30 MODULE_DESCRIPTION("HP Jornada 710/720/728 keyboard driver");