diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-27 09:53:56 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-28 00:32:39 (GMT) |
commit | 1c0f16e5cdff59f3b132a1b0c0d44a941f8813d2 (patch) | |
tree | b2693f9e481381ae3e703afa3b68ad3531ea6645 | |
parent | 34af946a22724c4e2b204957f2b24b22a0fb121c (diff) | |
download | linux-1c0f16e5cdff59f3b132a1b0c0d44a941f8813d2.tar.xz |
[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>
-rw-r--r-- | include/linux/dmaengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 78b236c..272010a6 100644 --- a/include/linux/dmaengine.h +++ b/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> |