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
b9487bae
Commit
b9487bae
authored
Dec 06, 2006
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sync with mainline: Clean up a bit
Clean up a bit Signed-off-by:
Tony Lindgren
<
tony@atomide.com
>
parent
b3e8d6f3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
7 deletions
+14
-7
arch/arm/kernel/vmlinux.lds.S
arch/arm/kernel/vmlinux.lds.S
+8
-0
arch/arm/mach-omap1/board-sx1.c
arch/arm/mach-omap1/board-sx1.c
+1
-1
arch/arm/mach-omap2/gpmc.c
arch/arm/mach-omap2/gpmc.c
+3
-3
include/asm-arm/arch-omap/board-2430sdp.h
include/asm-arm/arch-omap/board-2430sdp.h
+2
-2
include/asm-arm/dma-mapping.h
include/asm-arm/dma-mapping.h
+0
-1
No files found.
arch/arm/kernel/vmlinux.lds.S
View file @
b9487bae
...
@@ -170,3 +170,11 @@ SECTIONS
...
@@ -170,3 +170,11 @@ SECTIONS
.
stab.indexstr
0
:
{
*(
.
stab
.
indexstr
)
}
.
stab.indexstr
0
:
{
*(
.
stab
.
indexstr
)
}
.
comment
0
:
{
*(
.
comment
)
}
.
comment
0
:
{
*(
.
comment
)
}
}
}
/*
*
These
must
never
be
empty
*
If
you
have
to
comment
these
two
assert
statements
out
,
your
*
binutils
is
too
old
(
for
other
reasons
as
well
)
*/
ASSERT
((
__proc_info_end
-
__proc_info_begin
),
"missing CPU support"
)
ASSERT
((
__arch_info_end
-
__arch_info_begin
),
"no machine record defined"
)
arch/arm/mach-omap1/board-sx1.c
View file @
b9487bae
arch/arm/mach-omap2/gpmc.c
View file @
b9487bae
include/asm-arm/arch-omap/board-2430sdp.h
View file @
b9487bae
include/asm-arm/dma-mapping.h
View file @
b9487bae
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
#ifdef __KERNEL__
#ifdef __KERNEL__
#include <linux/mm.h>
/* need struct page */
#include <linux/mm.h>
/* need struct page */
#include <linux/device.h>
#include <asm/scatterlist.h>
#include <asm/scatterlist.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