Skip to content

Commit

Permalink
USB: ohci-s3c2410: remove <mach/hardware.h> include
Browse files Browse the repository at this point in the history
Remove the include of <mach/hardware.h>, as no definitions
from it are used by the OHCI driver.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ben Dooks authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 03ee251 commit 3edb8a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ohci-s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <linux/platform_device.h>
#include <linux/clk.h>

#include <mach/hardware.h>
#include <mach/usb-control.h>

#define valid_port(idx) ((idx) == 1 || (idx) == 2)
Expand Down

0 comments on commit 3edb8a2

Please sign in to comment.