projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34af946
)
[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>
author
David Woodhouse
<dwmw2@infradead.org>
Tue, 27 Jun 2006 09:53:56 +0000
(
02:53
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
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 <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/dmaengine.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/dmaengine.h
b/include/linux/dmaengine.h
index 78b236ca04f801ec188f1f78306ee44d10e02d95..272010a6078a9181dfb4a49a51f3820d47ee1b01 100644
(file)
--- 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>