Commit 0590d587 authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman

usb: musb: fix include path

headers were moved, fixing.
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 49cd2480
...@@ -100,8 +100,8 @@ ...@@ -100,8 +100,8 @@
#include <linux/io.h> #include <linux/io.h>
#ifdef CONFIG_ARM #ifdef CONFIG_ARM
#include <asm/arch/hardware.h> #include <mach/hardware.h>
#include <asm/arch/memory.h> #include <mach/memory.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#endif #endif
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
#include <linux/io.h> #include <linux/io.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/arch/hardware.h> #include <mach/hardware.h>
#include <asm/arch/mux.h> #include <mach/mux.h>
#include "musb_core.h" #include "musb_core.h"
#include "omap2430.h" #include "omap2430.h"
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
#define __MUSB_OMAP243X_H__ #define __MUSB_OMAP243X_H__
#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430) #if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include <asm/arch/hardware.h> #include <mach/hardware.h>
#include <asm/arch/usb.h> #include <mach/usb.h>
/* /*
* OMAP2430-specific definitions * OMAP2430-specific definitions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment