Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: db8500-prcmu: Remove unused inline functions

Since commit b0e846248de5 ("mfd: db8500-prcmu: Remove dead code for a non-existing config")
these inline helpers also no need any more.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230720143738.13996-1-yuehaibing@huawei.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

YueHaibing and committed by
Lee Jones
2dfe293b 94f34d99

-21
-21
include/linux/mfd/dbx500-prcmu.h
··· 556 556 #define PRCMU_QOS_ARM_OPP 3 557 557 #define PRCMU_QOS_DEFAULT_VALUE -1 558 558 559 - static inline unsigned long prcmu_qos_get_cpufreq_opp_delay(void) 560 - { 561 - return 0; 562 - } 563 - 564 - static inline int prcmu_qos_requirement(int prcmu_qos_class) 565 - { 566 - return 0; 567 - } 568 - 569 559 static inline int prcmu_qos_add_requirement(int prcmu_qos_class, 570 560 char *name, s32 value) 571 561 { ··· 570 580 571 581 static inline void prcmu_qos_remove_requirement(int prcmu_qos_class, char *name) 572 582 { 573 - } 574 - 575 - static inline int prcmu_qos_add_notifier(int prcmu_qos_class, 576 - struct notifier_block *notifier) 577 - { 578 - return 0; 579 - } 580 - static inline int prcmu_qos_remove_notifier(int prcmu_qos_class, 581 - struct notifier_block *notifier) 582 - { 583 - return 0; 584 583 } 585 584 586 585 #endif /* __MACH_PRCMU_H */