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:
@@ -12,10 +12,11 @@
|
||||
#include <linux/highmem.h> /* pte_offset_map => kmap_atomic */
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/scatterlist.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_device.h>
|
||||
|
||||
#include <asm/pgalloc.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/io-unit.h>
|
||||
#include <asm/mxcc.h>
|
||||
|
@@ -13,10 +13,11 @@
|
||||
#include <linux/slab.h>
|
||||
#include <linux/highmem.h> /* pte_offset_map => kmap_atomic */
|
||||
#include <linux/scatterlist.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_device.h>
|
||||
|
||||
#include <asm/pgalloc.h>
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/mxcc.h>
|
||||
#include <asm/mbus.h>
|
||||
|
@@ -9,7 +9,6 @@
|
||||
#include <linux/mm.h>
|
||||
#include <linux/init.h>
|
||||
#include <asm/mbus.h>
|
||||
#include <asm/sbus.h>
|
||||
|
||||
static char shouldnothappen[] __initdata = "SUN4 kernel can only run on SUN4\n";
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
#include <asm/mbus.h>
|
||||
#include <asm/cache.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/sbus.h>
|
||||
#include <asm/asi.h>
|
||||
#include <asm/msi.h>
|
||||
#include <asm/mmu_context.h>
|
||||
|
Reference in New Issue
Block a user