7add534bc77f2d2a7e4ca612018303f8aead296b
[openembedded.git] /
1 From 06e97c7ea488e350b7aae5f3864a1bbe0666db87 Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Tue, 15 Dec 2009 15:12:54 -0800
4 Subject: [PATCH 02/16] ARM: OMAP: ehci-omap: use new location for usb.h include
5
6 ---
7  drivers/usb/host/ehci-omap.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
11 index 7ba8df3..5cfed78 100644
12 --- a/drivers/usb/host/ehci-omap.c
13 +++ b/drivers/usb/host/ehci-omap.c
14 @@ -37,7 +37,7 @@
15  #include <linux/platform_device.h>
16  #include <linux/clk.h>
17  #include <linux/gpio.h>
18 -#include <mach/usb.h>
19 +#include <plat/usb.h>
20  
21  /*
22   * OMAP USBHOST Register addresses: VIRTUAL ADDRESSES
23 -- 
24 1.6.2.4
25