mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
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>
This commit is contained in:
parent
4fa7c9ed41
commit
15b7e6fecb
@ -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 */
|
Loading…
Reference in New Issue
Block a user