Skip to content

Commit

Permalink
[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/d…
Browse files Browse the repository at this point in the history
…maengine.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>
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Jun 28, 2006
1 parent 34af946 commit 1c0f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/dmaengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
#ifndef DMAENGINE_H
#define DMAENGINE_H
#include <linux/config.h>

#ifdef CONFIG_DMA_ENGINE

#include <linux/device.h>
Expand Down

0 comments on commit 1c0f16e

Please sign in to comment.