Explorar o código

[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>

We include config.h on the compiler command line. There's no need for it
to be included again.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
David Woodhouse %!s(int64=19) %!d(string=hai) anos
pai
achega
1c0f16e5cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/linux/dmaengine.h

+ 1 - 1
include/linux/dmaengine.h

@@ -20,7 +20,7 @@
  */
 #ifndef DMAENGINE_H
 #define DMAENGINE_H
-#include <linux/config.h>
+
 #ifdef CONFIG_DMA_ENGINE
 
 #include <linux/device.h>