From: Geert Uytterhoeven Date: Thu, 27 Dec 2012 19:56:15 +0000 (+0100) Subject: score: Remove unneeded X-Git-Tag: next-20130619~107^2^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2c77a884fbf2a2b9c3d59f453aad84a47fd55615;p=karo-tx-linux.git score: Remove unneeded It just includes , which is already handled by for the !CONFIG_HAS_DMA case (score sets CONFIG_NO_DMA=y). Signed-off-by: Geert Uytterhoeven Cc: Chen Liqin Cc: Lennox Wu --- 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 - -#endif /* _ASM_SCORE_DMA_MAPPING_H */