Skip to content

Commit

Permalink
mfd: db8500-prcmu: Remove unused inline function
Browse files Browse the repository at this point in the history
commit b0e8462 ("mfd: db8500-prcmu: Remove dead code for a non-existing config")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220311125518.31064-1-yuehaibing@huawei.com
  • Loading branch information
YueHaibing authored and Lee Jones committed Mar 23, 2022
1 parent 9ed55e9 commit 553f685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/mfd/dbx500-prcmu.h
Original file line number Diff line number Diff line change
@@ -561,10 +561,6 @@ static inline unsigned long prcmu_qos_get_cpufreq_opp_delay(void)
return 0;
}

static inline void prcmu_qos_set_cpufreq_opp_delay(unsigned long n) {}

static inline void prcmu_qos_force_opp(int prcmu_qos_class, s32 i) {}

static inline int prcmu_qos_requirement(int prcmu_qos_class)
{
return 0;

0 comments on commit 553f685

Please sign in to comment.