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
610019ba
Commit
610019ba
authored
Jun 17, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Remove unused function alloc_pci_controller.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
9e0c7afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
arch/mips/pci/pci.c
arch/mips/pci/pci.c
+0
-5
No files found.
arch/mips/pci/pci.c
View file @
610019ba
...
@@ -76,11 +76,6 @@ pcibios_align_resource(void *data, struct resource *res,
...
@@ -76,11 +76,6 @@ pcibios_align_resource(void *data, struct resource *res,
res
->
start
=
start
;
res
->
start
=
start
;
}
}
struct
pci_controller
*
__init
alloc_pci_controller
(
void
)
{
return
alloc_bootmem
(
sizeof
(
struct
pci_controller
));
}
void
__init
register_pci_controller
(
struct
pci_controller
*
hose
)
void
__init
register_pci_controller
(
struct
pci_controller
*
hose
)
{
{
*
hose_tail
=
hose
;
*
hose_tail
=
hose
;
...
...
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