sparc: Kill now spurious includes of sbus.h
In order to make this week I also had to add an include of linux/dma-mapping.h to asm/pci_32.h because drivers/pci/pci.c really depends upon getting this header somehow. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#include <asm/vaddrs.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/prom.h>
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/pgalloc.h>
|
||||
#include <asm/dma.h>
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <linux/jiffies.h>
|
||||
|
||||
#include <asm/ebus.h>
|
||||
#include <asm/sbus.h> /* for sanity check... */
|
||||
#include <asm/swift.h> /* for cache flushing. */
|
||||
#include <asm/io.h>
|
||||
|
||||
|
@@ -43,7 +43,6 @@
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/checksum.h>
|
||||
#ifdef CONFIG_SBUS
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/dma.h>
|
||||
#endif
|
||||
#ifdef CONFIG_PCI
|
||||
|
@@ -30,7 +30,6 @@
|
||||
#include <asm/pgalloc.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/sbi.h>
|
||||
#include <asm/tlbflush.h>
|
||||
#include <asm/cacheflush.h>
|
||||
|
Reference in New Issue
Block a user