Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109993
b: refs/heads/master
c: 0590d58
h: refs/heads/master
i:
  109991: 19e3ec6
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Sep 23, 2008
1 parent 8415b15 commit f15f8df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49cd2480baeb377f91e66ba682f81cac2a1feaa1
refs/heads/master: 0590d5875e3a5dc6586fb16354037f115628896d
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
#include <linux/io.h>

#ifdef CONFIG_ARM
#include <asm/arch/hardware.h>
#include <asm/arch/memory.h>
#include <mach/hardware.h>
#include <mach/memory.h>
#include <asm/mach-types.h>
#endif

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
#include <linux/io.h>

#include <asm/mach-types.h>
#include <asm/arch/hardware.h>
#include <asm/arch/mux.h>
#include <mach/hardware.h>
#include <mach/mux.h>

#include "musb_core.h"
#include "omap2430.h"
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/omap2430.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define __MUSB_OMAP243X_H__

#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include <asm/arch/hardware.h>
#include <asm/arch/usb.h>
#include <mach/hardware.h>
#include <mach/usb.h>

/*
* OMAP2430-specific definitions
Expand Down

0 comments on commit f15f8df

Please sign in to comment.