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
7ee16b6a
Commit
7ee16b6a
authored
Jul 31, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPARC64: Kill rs_init calls from sbus/pci init.
parent
6e61530c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
arch/sparc64/kernel/pci.c
arch/sparc64/kernel/pci.c
+0
-2
drivers/sbus/sbus.c
drivers/sbus/sbus.c
+0
-3
No files found.
arch/sparc64/kernel/pci.c
View file @
7ee16b6a
...
...
@@ -177,7 +177,6 @@ static void __init pci_reorder_devs(void)
}
}
extern
void
rs_init
(
void
);
extern
void
clock_probe
(
void
);
extern
void
power_init
(
void
);
...
...
@@ -194,7 +193,6 @@ static int __init pcibios_init(void)
isa_init
();
ebus_init
();
rs_init
();
clock_probe
();
power_init
();
...
...
drivers/sbus/sbus.c
View file @
7ee16b6a
...
...
@@ -285,7 +285,6 @@ static void __init sbus_fixup_all_regs(struct sbus_dev *first_sdev)
extern
void
register_proc_sparc_ioport
(
void
);
extern
void
firetruck_init
(
void
);
extern
void
rs_init
(
void
);
static
int
__init
sbus_init
(
void
)
{
...
...
@@ -505,8 +504,6 @@ static int __init sbus_init(void)
sun4d_init_sbi_irq
();
}
rs_init
();
#ifdef __sparc_v9__
if
(
sparc_cpu_model
==
sun4u
)
{
firetruck_init
();
...
...
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