diff options
-rw-r--r-- | drivers/mfd/db8500-prcmu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c index 16162bf43656..cc1a404328c2 100644 --- a/drivers/mfd/db8500-prcmu.c +++ b/drivers/mfd/db8500-prcmu.c | |||
@@ -675,15 +675,6 @@ bool prcmu_has_arm_maxopp(void) | |||
675 | } | 675 | } |
676 | 676 | ||
677 | /** | 677 | /** |
678 | * prcmu_get_boot_status - PRCMU boot status checking | ||
679 | * Returns: the current PRCMU boot status | ||
680 | */ | ||
681 | int prcmu_get_boot_status(void) | ||
682 | { | ||
683 | return readb(tcdm_base + PRCM_BOOT_STATUS); | ||
684 | } | ||
685 | |||
686 | /** | ||
687 | * prcmu_set_rc_a2p - This function is used to run few power state sequences | 678 | * prcmu_set_rc_a2p - This function is used to run few power state sequences |
688 | * @val: Value to be set, i.e. transition requested | 679 | * @val: Value to be set, i.e. transition requested |
689 | * Returns: 0 on success, -EINVAL on invalid argument | 680 | * Returns: 0 on success, -EINVAL on invalid argument |