Skip to content

Commit

Permalink
usb: ohci-sa1111: remove mach/hardware.h include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Greg Kroah-Hartman committed Aug 30, 2016
1 parent 6ebb8f0 commit 70efb64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ohci-sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 70efb64

Please sign in to comment.