summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Willerud <daniel.willerud@stericsson.com>2011-10-12 17:18:35 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-19 11:18:48 +0200
commit0aa147afa99548e53779d85dc01f0c9d1cbda930 (patch)
tree39d56703cad972235a67149f3bac05b1cfdb3ac5 /include
parent34e2470d886ab5d09d4a29e1f704f357b374505c (diff)
arm: ux500: Removing U8400 legacy
Removing U8400 legacy from PRCMU and cpufreq drivers ST-Ericsson ID: 364381 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Depends-On: Idcc4acd8ed9a319a52cfaa6c603e346cae965148 Depends-On: Id4f13fece9ad0769ae77366e62e3bad86d718b3a Change-Id: I694b5c08df05f3f09b188730141d0487b404bd45 Signed-off-by: Daniel Willerud <daniel.willerud@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/33910 Reviewed-by: Mattias NILSSON <mattias.i.nilsson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/db8500-prcmu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mfd/db8500-prcmu.h b/include/linux/mfd/db8500-prcmu.h
index 06623d44948..6a7de4372c2 100644
--- a/include/linux/mfd/db8500-prcmu.h
+++ b/include/linux/mfd/db8500-prcmu.h
@@ -500,7 +500,6 @@ int prcmu_set_rc_a2p(enum romcode_write);
enum romcode_read prcmu_get_rc_p2a(void);
enum ap_pwrst prcmu_get_xp70_current_state(void);
bool prcmu_has_arm_maxopp(void);
-bool prcmu_is_u8400(void);
int prcmu_request_ape_opp_100_voltage(bool enable);
int prcmu_release_usb_wakeup_state(void);
/* NOTE! Use regulator framework instead */
@@ -573,11 +572,6 @@ static inline bool prcmu_has_arm_maxopp(void)
return false;
}
-static inline bool prcmu_is_u8400(void)
-{
- return false;
-}
-
static inline int db8500_prcmu_set_ape_opp(u8 opp)
{
return 0;