diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-04-12 18:12:43 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-04-23 18:07:05 +0530 |
commit | 15e4b78d7338a41b020d29dab7ac13a234ebe833 (patch) | |
tree | 3e96bd4014a8a4de7296529ad42a82cb244445fa /drivers/dma | |
parent | 1bdae6f49c52af3a58998cdb051dbd5b942f9273 (diff) | |
download | op-kernel-dev-15e4b78d7338a41b020d29dab7ac13a234ebe833.zip op-kernel-dev-15e4b78d7338a41b020d29dab7ac13a234ebe833.tar.gz |
dma/ste_dma40: explicitly include regulator consumer header
The patch "ARM: amba: Remove AMBA level regulator support" breaks
the DMA40 driver since the <linux/amba/bus.h> header implicitly
included the regulator consumer header. So include it explicitly
and fix the build error.
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ste_dma40.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/pm_runtime.h> #include <linux/err.h> #include <linux/amba/bus.h> +#include <linux/regulator/consumer.h> #include <plat/ste_dma40.h> |