sparc64: fix sparse warning in pci.c
Fix following warning: pci.c:886:5: warning: symbol 'pci64_dma_supported' was not declared. Should it be static? Add proper prototype in kernel.h and delete local prototype in iommu.c Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a0c54a21dd
commit
4ac7b8268e
@@ -28,6 +28,7 @@
|
||||
#include <asm/apb.h>
|
||||
|
||||
#include "pci_impl.h"
|
||||
#include "kernel.h"
|
||||
|
||||
/* List of all PCI controllers found in the system. */
|
||||
struct pci_pbm_info *pci_pbm_root = NULL;
|
||||
|
Reference in New Issue
Block a user