Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 474fe70b authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Greg Kroah-Hartman
Browse files

USB: OHCI: ohci-at91: remove unnecessary headers



Remove unnecessary mach/* headers to be able to converge to a multiplatform
kernel.

Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 46f21949
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -24,12 +24,8 @@
#include <linux/usb.h>
#include <linux/usb/hcd.h>

#include <mach/hardware.h>
#include <asm/gpio.h>

#include <mach/cpu.h>


#include "ohci.h"

#define valid_port(index)	((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)