Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d281bc9d
Commit
d281bc9d
authored
Dec 01, 2008
by
Russell King
Committed by
Russell King
Dec 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] fix missing includes for iop33x and sa1100_ir
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
657e1de8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
arch/arm/mach-iop33x/include/mach/system.h
arch/arm/mach-iop33x/include/mach/system.h
+1
-0
drivers/net/irda/sa1100_ir.c
drivers/net/irda/sa1100_ir.c
+1
-1
No files found.
arch/arm/mach-iop33x/include/mach/system.h
View file @
d281bc9d
...
...
@@ -7,6 +7,7 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <asm/hardware/iop3xx.h>
static
inline
void
arch_idle
(
void
)
{
...
...
drivers/net/irda/sa1100_ir.c
View file @
d281bc9d
...
...
@@ -36,7 +36,7 @@
#include <net/irda/irda_device.h>
#include <asm/irq.h>
#include <
asm
/dma.h>
#include <
mach
/dma.h>
#include <mach/hardware.h>
#include <asm/mach/irda.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