From: Linus Walleij Date: Thu, 12 Apr 2012 16:12:43 +0000 (+0200) Subject: dma/ste_dma40: explicitly include regulator consumer header X-Git-Tag: upstream/snapshot3+hdmi~7374^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15e4b78d7338a41b020d29dab7ac13a234ebe833;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git dma/ste_dma40: explicitly include regulator consumer header The patch "ARM: amba: Remove AMBA level regulator support" breaks the DMA40 driver since the header implicitly included the regulator consumer header. So include it explicitly and fix the build error. Cc: Mark Brown Signed-off-by: Linus Walleij Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index c5f26cc..9417042 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -18,6 +18,7 @@ #include #include #include +#include #include