summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/auxio_32.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2014-04-21 21:39:34 +0200
committerDavid S. Miller <davem@davemloft.net>2014-04-29 01:12:26 -0400
commit3731e199109f59c8c134df639f1012a451e6d843 (patch)
tree78cadfd6089702433a986648c6d19a516da63f6c /arch/sparc/kernel/auxio_32.c
parentd65f0cd375d5f84910cc406d4ef68deb07e293cd (diff)
sparc32: fix sparse warnings in leon_pci_grpci2.c
Fix following warnings: leon_pci_grpci2.c:218:1: warning: symbol 'grpci2_dev_lock' was not declared. Should it be static? leon_pci_grpci2.c:219:20: warning: symbol 'grpci2priv' was not declared. Should it be static? leon_pci_grpci2.c:221:5: warning: symbol 'grpci2_map_irq' was not declared. Should it be static? leon_pci_grpci2.c:564:6: warning: symbol 'grpci2_hw_init' was not declared. Should it be static? + a lot of these: leon_pci_grpci2.c:252:9: warning: incorrect type in argument 1 (different address spaces) Declare the symbols static as they are only used in this file. Added missing __iomem annotations. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Daniel Hellstrom <daniel@gaisler.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/auxio_32.c')
0 files changed, 0 insertions, 0 deletions