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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Greg Ungerer <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Tested-by: Greg Ungerer <[email protected]>
1 parent 7a360df commit 8126cab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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)