From: David Woodhouse Date: Tue, 27 Jun 2006 09:53:56 +0000 (-0700) Subject: [PATCH] Remove gratuitous inclusion of from X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1c0f16e5cdff59f3b132a1b0c0d44a941f8813d2;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 --- 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