summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-14 12:02:54 +0200
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-11-10 11:12:13 -0700
commit9859f0f3cc23b26272080bfc77a938f9c44d449b (patch)
treea3c628afab5c2a646c0f40f13969ff84fde1fc37
parent5b2691427ca7f32446c68a4d83f31bc03c5ccf3d (diff)
arm: ux500: common dbx500 prcmu driver api
This patch updates the PRCMU driver API to be the same (as far as possible) in U8500 and U4500. - <mach/prcmu-fw-api.h> has been renamed <mach/prcmu.h>. - The platform specific APIs have moved to <mach/prcmu-db5500.h> and <mach/prcmu-db8500.h> (but these should not be directly included). - The PRCMU QoS API has been put in <mach/prcmu-qos.h>. ST Ericsson ID: 334772 ST Ericsson FOSS-OUT ID: trivial ST Ericsson Linux next: 318371 Change-Id: I6ce117ec35ebf2e987178ccacce09afb554d2736 Signed-off-by: Mattias Nilsson <mattias.i.nilsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23863 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--drivers/misc/shrm/shrm_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/shrm/shrm_protocol.c b/drivers/misc/shrm/shrm_protocol.c
index 0598c62812f..567c9b93d5f 100644
--- a/drivers/misc/shrm/shrm_protocol.c
+++ b/drivers/misc/shrm/shrm_protocol.c
@@ -16,7 +16,7 @@
#include <mach/shrm_driver.h>
#include <mach/shrm_private.h>
#include <mach/shrm_net.h>
-#include <mach/prcmu-fw-api.h>
+#include <mach/prcmu.h>
#include <mach/prcmu-regs.h>
#include <mach/suspend.h>
#include <mach/reboot_reasons.h>