Skip to content

Commit 8126cab

Browse files
author
Christoph Hellwig
committed
m68k: remove unused includes from dma.c
dma.c doesn't need most of the headers it includes. Also there is no point in undefining the DEBUG symbol given that it isn't used anywhere in this small file. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Greg Ungerer <gerg@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Greg Ungerer <gerg@linux-m68k.org>
1 parent 7a360df commit 8126cab

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

arch/m68k/kernel/dma.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,8 @@
44
* for more details.
55
*/
66

7-
#undef DEBUG
8-
97
#include <linux/dma-map-ops.h>
10-
#include <linux/device.h>
118
#include <linux/kernel.h>
12-
#include <linux/platform_device.h>
13-
#include <linux/scatterlist.h>
14-
#include <linux/slab.h>
15-
#include <linux/vmalloc.h>
16-
#include <linux/export.h>
17-
189
#include <asm/cacheflush.h>
1910

2011
#ifndef CONFIG_COLDFIRE

0 commit comments

Comments
 (0)