commit | 77d10d0e63dcc4f961cb416447d64281300e5a01 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Sep 11 23:57:40 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 11 23:57:40 2008 -0700 |
tree | 5dc062f62bf8fbe394ac1930030c407c4d2f018a | |
parent | 21cd8833933ef20a0bbb368ea00876cbfc06141b [diff] |
sparc64: Fix sparse warnings in pci.c 1) Declare pci_poke_* in pci_impl.h 2) of_create_pci_dev() should be static 3) ->setup_msi_irq() wants an unsigned int pointer not a plain int one 4) void value expression return in arch_teardown_msi_irq() Signed-off-by: David S. Miller <davem@davemloft.net>