Commit 3a29db32 authored by Al Viro's avatar Al Viro Committed by David S. Miller

sparc32: pdev_to_pnode() is used from __devinit

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64273d08
......@@ -436,7 +436,7 @@ int pcic_present(void)
return pcic0_up;
}
static int __init pdev_to_pnode(struct linux_pbm_info *pbm,
static int __devinit pdev_to_pnode(struct linux_pbm_info *pbm,
struct pci_dev *pdev)
{
struct linux_prom_pci_registers regs[PROMREG_MAX];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment