Skip to content

Commit

Permalink
sparc32: pdev_to_pnode() is used from __devinit
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 4, 2008
1 parent 64273d0 commit 3a29db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/pcic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 3a29db3

Please sign in to comment.