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>
This commit is contained in:
parent
6ebb8f0f83
commit
70efb643a8
|
@ -13,7 +13,6 @@
|
|||
* This file is licenced under the GPL.
|
||||
*/
|
||||
|
||||
#include <mach/hardware.h>
|
||||
#include <asm/mach-types.h>
|
||||
#include <asm/hardware/sa1111.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue