From: David S. Miller Date: Fri, 12 Sep 2008 06:57:40 +0000 (-0700) Subject: sparc64: Fix sparse warnings in pci.c X-Git-Tag: v2.6.28-rc1~706^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d10d0e63dcc4f961cb416447d64281300e5a01;p=pandora-kernel.git 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 --- Reading git-diff-tree failed