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
nexedi
linux
Commits
0058ca32
Commit
0058ca32
authored
May 05, 2007
by
Russell King
Committed by
Russell King
May 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] mm 7: remove duplicated __ioremap() prototypes
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
c172cc92
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
include/asm-arm/arch-iop13xx/io.h
include/asm-arm/arch-iop13xx/io.h
+0
-1
include/asm-arm/arch-iop32x/io.h
include/asm-arm/arch-iop32x/io.h
+0
-1
include/asm-arm/arch-iop33x/io.h
include/asm-arm/arch-iop33x/io.h
+0
-1
No files found.
include/asm-arm/arch-iop13xx/io.h
View file @
0058ca32
...
...
@@ -26,7 +26,6 @@
#define __mem_isa(a) (a)
extern
void
__iomem
*
__iop13xx_io
(
unsigned
long
io_addr
);
extern
void
__iomem
*
__ioremap
(
unsigned
long
,
size_t
,
unsigned
long
);
extern
void
__iomem
*
__iop13xx_ioremap
(
unsigned
long
cookie
,
size_t
size
,
unsigned
long
flags
);
extern
void
__iop13xx_iounmap
(
void
__iomem
*
addr
);
...
...
include/asm-arm/arch-iop32x/io.h
View file @
0058ca32
...
...
@@ -13,7 +13,6 @@
#include <asm/hardware.h>
extern
void
__iomem
*
__ioremap
(
unsigned
long
,
size_t
,
unsigned
long
);
extern
void
__iomem
*
__iop3xx_ioremap
(
unsigned
long
cookie
,
size_t
size
,
unsigned
long
flags
);
extern
void
__iop3xx_iounmap
(
void
__iomem
*
addr
);
...
...
include/asm-arm/arch-iop33x/io.h
View file @
0058ca32
...
...
@@ -13,7 +13,6 @@
#include <asm/hardware.h>
extern
void
__iomem
*
__ioremap
(
unsigned
long
,
size_t
,
unsigned
long
);
extern
void
__iomem
*
__iop3xx_ioremap
(
unsigned
long
cookie
,
size_t
size
,
unsigned
long
flags
);
extern
void
__iop3xx_iounmap
(
void
__iomem
*
addr
);
...
...
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