Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c0f16e5 authored by David Woodhouse's avatar David Woodhouse Committed by Linus Torvalds
Browse files

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 34af946a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
 */
#ifndef DMAENGINE_H
#define DMAENGINE_H
#include <linux/config.h>

#ifdef CONFIG_DMA_ENGINE

#include <linux/device.h>