提交 1c0f16e5 编写于 作者: D David Woodhouse 提交者: Linus Torvalds

[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: NDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 34af946a
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
*/ */
#ifndef DMAENGINE_H #ifndef DMAENGINE_H
#define DMAENGINE_H #define DMAENGINE_H
#include <linux/config.h>
#ifdef CONFIG_DMA_ENGINE #ifdef CONFIG_DMA_ENGINE
#include <linux/device.h> #include <linux/device.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册