All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] mfd: db8500-prcmu: Remove unused inline function
@ 2022-03-11 12:55 YueHaibing
  2022-03-14 22:51 ` Linus Walleij
  2022-03-22  7:25 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: YueHaibing @ 2022-03-11 12:55 UTC (permalink / raw)
  To: lee.jones, linus.walleij, lukas.bulwahn; +Cc: linux-kernel, YueHaibing

commit b0e846248de5 ("mfd: db8500-prcmu: Remove dead code for a non-existing config")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/linux/mfd/dbx500-prcmu.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h
index 2a255362b5ac..e7a7e70fdb38 100644
--- a/include/linux/mfd/dbx500-prcmu.h
+++ b/include/linux/mfd/dbx500-prcmu.h
@@ -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;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-22  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 12:55 [PATCH -next] mfd: db8500-prcmu: Remove unused inline function YueHaibing
2022-03-14 22:51 ` Linus Walleij
2022-03-22  7:25 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.