summaryrefslogtreecommitdiffstats
path: root/arch/score
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-12-27 20:56:15 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-06-23 15:55:11 +0200
commit15b7e6fecb59c7f515bf66a7ca4a0aa29b46ef28 (patch)
treebf2d9d3d4ec2b1b8b1d5600b5c09b86480383f81 /arch/score
parent4fa7c9ed41e8cd6a306898fc5044a234a82dc30e (diff)
downloadlinux-15b7e6fecb59c7f515bf66a7ca4a0aa29b46ef28.tar.gz
linux-15b7e6fecb59c7f515bf66a7ca4a0aa29b46ef28.tar.xz
score: Remove unneeded <asm/dma-mapping.h>
It just includes <asm-generic/dma-mapping-broken.h>, which is already handled by <linux/dma-mapping.h> for the !CONFIG_HAS_DMA case (score sets CONFIG_NO_DMA=y). Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Chen Liqin <liqin.chen@sunplusct.com> Cc: Lennox Wu <lennox.wu@gmail.com>
Diffstat (limited to 'arch/score')
-rw-r--r--arch/score/include/asm/dma-mapping.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/score/include/asm/dma-mapping.h b/arch/score/include/asm/dma-mapping.h
deleted file mode 100644
index f9c0193c7a53..000000000000
--- a/arch/score/include/asm/dma-mapping.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ASM_SCORE_DMA_MAPPING_H
-#define _ASM_SCORE_DMA_MAPPING_H
-
-#include <asm-generic/dma-mapping-broken.h>
-
-#endif /* _ASM_SCORE_DMA_MAPPING_H */