Skip to content

Commit

Permalink
USB ehci: replace mach header with plat
Browse files Browse the repository at this point in the history
Replace the mach/usb.h with plat/usb.h

Cc: linux-usb-devel@lists.sourceforge.net
Signed-off-by: Thomas Weber <weber@corscience.de>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Thomas Weber authored and Tony Lindgren committed Dec 16, 2009
1 parent 3535828 commit c76f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/ehci-omap.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/platform_device.h>
#include <linux/clk.h>
#include <linux/gpio.h>
#include <mach/usb.h>
#include <plat/usb.h>

/*
* OMAP USBHOST Register addresses: VIRTUAL ADDRESSES
Expand Down

0 comments on commit c76f782

Please sign in to comment.