Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
87bc54d6
Commit
87bc54d6
authored
Sep 03, 2008
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
musb_hdrc: Fix includes to compile
Fix includes to compile Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
95f289ae
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
drivers/usb/musb/davinci.c
drivers/usb/musb/davinci.c
+4
-4
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.c
+2
-2
drivers/usb/musb/omap2430.c
drivers/usb/musb/omap2430.c
+2
-2
drivers/usb/musb/omap2430.h
drivers/usb/musb/omap2430.h
+2
-2
drivers/usb/musb/tusb6010_omap.c
drivers/usb/musb/tusb6010_omap.c
+2
-2
No files found.
drivers/usb/musb/davinci.c
View file @
87bc54d6
...
...
@@ -31,15 +31,15 @@
#include <linux/clk.h>
#include <linux/io.h>
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/memory.h>
#include <
asm/ar
ch/gpio.h>
#include <
ma
ch/hardware.h>
#include <
ma
ch/memory.h>
#include <
ma
ch/gpio.h>
#include <asm/mach-types.h>
#include "musb_core.h"
#ifdef CONFIG_MACH_DAVINCI_EVM
#include <
asm/ar
ch/i2c-client.h>
#include <
ma
ch/i2c-client.h>
#endif
#include "davinci.h"
...
...
drivers/usb/musb/musb_core.c
View file @
87bc54d6
...
...
@@ -100,8 +100,8 @@
#include <linux/io.h>
#ifdef CONFIG_ARM
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/memory.h>
#include <
ma
ch/hardware.h>
#include <
ma
ch/memory.h>
#include <asm/mach-types.h>
#endif
...
...
drivers/usb/musb/omap2430.c
View file @
87bc54d6
...
...
@@ -35,8 +35,8 @@
#include <linux/io.h>
#include <asm/mach-types.h>
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/mux.h>
#include <
ma
ch/hardware.h>
#include <
ma
ch/mux.h>
#include "musb_core.h"
#include "omap2430.h"
...
...
drivers/usb/musb/omap2430.h
View file @
87bc54d6
...
...
@@ -11,8 +11,8 @@
#define __MUSB_OMAP243X_H__
#if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430)
#include <
asm/ar
ch/hardware.h>
#include <
asm/ar
ch/usb.h>
#include <
ma
ch/hardware.h>
#include <
ma
ch/usb.h>
/*
* OMAP2430-specific definitions
...
...
drivers/usb/musb/tusb6010_omap.c
View file @
87bc54d6
...
...
@@ -15,8 +15,8 @@
#include <linux/usb.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <
asm/ar
ch/dma.h>
#include <
asm/ar
ch/mux.h>
#include <
ma
ch/dma.h>
#include <
ma
ch/mux.h>
#include "musb_core.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment