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

usb: ohci-sa1111: remove mach/hardware.h include

The mach/hardware.h include doesn't seem to be necessary to build
ohci-sa1111, so let's remove it to kill off an unnecessary platform
specific include.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Russell King and committed by
Greg Kroah-Hartman
70efb643 6ebb8f0f

-1
-1
drivers/usb/host/ohci-sa1111.c
··· 13 13 * This file is licenced under the GPL. 14 14 */ 15 15 16 - #include <mach/hardware.h> 17 16 #include <asm/mach-types.h> 18 17 #include <asm/hardware/sa1111.h> 19 18