Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
610019ba
Commit
610019ba
authored
Jun 17, 2006
by
Ralf Baechle
Browse files
[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
arch/mips/pci/pci.c
View file @
610019ba
...
...
@@ -76,11 +76,6 @@ pcibios_align_resource(void *data, struct resource *res,
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
)
{
*
hose_tail
=
hose
;
...
...
Vikram Narayanan
@vikram
Mentioned in commit
4b54f065
·
Oct 31, 2016
Mentioned in commit
4b54f065
Mentioned in commit 4b54f06522ed97e7870e7146840fc8169bbcdb48
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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