aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2009-01-13 14:21:33 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-01-27 16:42:02 +1000
commite81588517db93b0edb853c5b7187c0f2e9fed9aa (patch)
tree3d2e21d51ccd32541661b9c08b1101377ce48251 /arch/m68k
parentm68knommu: remove obsolete and unused eLIA board (diff)
downloadlinux-dev-e81588517db93b0edb853c5b7187c0f2e9fed9aa.tar.xz
linux-dev-e81588517db93b0edb853c5b7187c0f2e9fed9aa.zip
m68knommu: remove the no longer used PCI support option
Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/dma-mapping_no.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/include/asm/dma-mapping_no.h b/arch/m68k/include/asm/dma-mapping_no.h
index 6aeab18e58bd..1748f2bca940 100644
--- a/arch/m68k/include/asm/dma-mapping_no.h
+++ b/arch/m68k/include/asm/dma-mapping_no.h
@@ -1,10 +1,6 @@
#ifndef _M68KNOMMU_DMA_MAPPING_H
#define _M68KNOMMU_DMA_MAPPING_H
-#ifdef CONFIG_PCI
-#include <asm-generic/dma-mapping.h>
-#else
#include <asm-generic/dma-mapping-broken.h>
-#endif
#endif /* _M68KNOMMU_DMA_MAPPING_H */