diff options
author | Mattias Nilsson <mattias.i.nilsson@stericsson.com> | 2011-05-23 11:03:10 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:31 +0200 |
commit | 1984f0558cca34c56b84c97884181a42a82d3701 (patch) | |
tree | d5c5a439d7f17104f077eee8e32e070a5648feab /arch/arm/mach-ux500/clock-db8500.c | |
parent | 690d2de952e6b0af28d777ef9c377508eafa7093 (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 'arch/arm/mach-ux500/clock-db8500.c')
-rw-r--r-- | arch/arm/mach-ux500/clock-db8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/clock-db8500.c b/arch/arm/mach-ux500/clock-db8500.c index d4f33f9bd55..58bd646b478 100644 --- a/arch/arm/mach-ux500/clock-db8500.c +++ b/arch/arm/mach-ux500/clock-db8500.c @@ -27,7 +27,7 @@ #include <plat/pincfg.h> #include <mach/hardware.h> -#include <mach/prcmu-fw-api.h> +#include <mach/prcmu.h> #include "clock.h" #include "pins-db8500.h" |