From 1c0f16e5cdff59f3b132a1b0c0d44a941f8813d2 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Tue, 27 Jun 2006 02:53:56 -0700 Subject: [PATCH] [PATCH] Remove gratuitous inclusion of from We include config.h on the compiler command line. There's no need for it to be included again. Signed-off-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/dmaengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 78b236ca04f8..272010a6078a 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -20,7 +20,7 @@ */ #ifndef DMAENGINE_H #define DMAENGINE_H -#include + #ifdef CONFIG_DMA_ENGINE #include -- 2.25.1