diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2011-09-15 08:07:10 +0200 |
---|---|---|
committer | Jonas ABERG <jonas.aberg@stericsson.com> | 2011-09-29 08:37:38 +0200 |
commit | 4f7f69516c999833450c04752c24722f9b9d63b9 (patch) | |
tree | 1fde4744e012e16697a8eb1dec1773790277006b /drivers/video/av8100 | |
parent | e77cfe48e06393c94a6e14e84820144c4f2426ba (diff) |
ARM: ux500: Replace mach prcmu driver with mainlined version
The prcmu driver now exists in drivers/mfd
Change-Id: I0c8d97679ee186ca8205aeeafa0030568f540d2e
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32057
Diffstat (limited to 'drivers/video/av8100')
-rw-r--r-- | drivers/video/av8100/av8100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/av8100/av8100.c b/drivers/video/av8100/av8100.c index 45ba1cc523e..106f6c3fb31 100644 --- a/drivers/video/av8100/av8100.c +++ b/drivers/video/av8100/av8100.c @@ -28,7 +28,7 @@ #include <linux/clk.h> #include <linux/list.h> #include <linux/regulator/consumer.h> -#include <mach/prcmu.h> +#include <linux/mfd/dbx500-prcmu.h> #include "av8100_regs.h" #include <video/av8100.h> |