summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorJonas Aaberg <jonas.aberg@stericsson.com>2011-09-15 08:07:10 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:59:49 +0200
commit2c1652c7b2315210600593cfc29508ce729f343a (patch)
tree1402610384ae7764675b2ab808193252476df308 /drivers/video
parentefe7c3e5b550cc9509a007f8b058e30c298d7704 (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')
-rw-r--r--drivers/video/av8100/av8100.c2
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>