Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
1645f20b
Commit
1645f20b
authored
Aug 28, 2006
by
Russell King
Committed by
Russell King
Aug 28, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Move prototype for register_isa_ports to asm/io.h
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
7034b0e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
arch/arm/mach-footbridge/dc21285.c
arch/arm/mach-footbridge/dc21285.c
+0
-1
include/asm-arm/io.h
include/asm-arm/io.h
+7
-0
No files found.
arch/arm/mach-footbridge/dc21285.c
View file @
1645f20b
...
...
@@ -35,7 +35,6 @@
extern
int
setup_arm_irq
(
int
,
struct
irqaction
*
);
extern
void
pcibios_report_status
(
u_int
status_mask
,
int
warn
);
extern
void
register_isa_ports
(
unsigned
int
,
unsigned
int
,
unsigned
int
);
static
unsigned
long
dc21285_base_address
(
struct
pci_bus
*
bus
,
unsigned
int
devfn
)
...
...
include/asm-arm/io.h
View file @
1645f20b
...
...
@@ -291,5 +291,12 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *addr);
*/
#define xlate_dev_kmem_ptr(p) p
/*
* Register ISA memory and port locations for glibc iopl/inb/outb
* emulation.
*/
extern
void
register_isa_ports
(
unsigned
int
mmio
,
unsigned
int
io
,
unsigned
int
io_shift
);
#endif
/* __KERNEL__ */
#endif
/* __ASM_ARM_IO_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