summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-14 12:02:54 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:10 +0200
commitb311033ce81d805d2de23d88b1f19bea19258197 (patch)
tree3d8f9c8ac9020150a8f1785cdc4b7198b0f681f1 /drivers/misc
parent7fd6e650c4aeacd1221e30082f955baa70f887c7 (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>
Diffstat (limited to 'drivers/misc')
-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>