[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>
authorDavid Woodhouse <[email protected]>
Tue, 27 Jun 2006 09:53:56 +0000 (02:53 -0700)
committerLinus Torvalds <[email protected]>
Wed, 28 Jun 2006 00:32:39 +0000 (17:32 -0700)
We include config.h on the compiler command line. There's no need for it
to be included again.

Signed-off-by: David Woodhouse <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/dmaengine.h

index 78b236ca04f801ec188f1f78306ee44d10e02d95..272010a6078a9181dfb4a49a51f3820d47ee1b01 100644 (file)
@@ -20,7 +20,7 @@
  */
 #ifndef DMAENGINE_H
 #define DMAENGINE_H
-#include <linux/config.h>
+
 #ifdef CONFIG_DMA_ENGINE
 
 #include <linux/device.h>