All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] mfd: twl: Remove unused inline function twl4030charger_usb_en()
@ 2021-04-01 14:18 YueHaibing
  2021-04-14  8:44 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: YueHaibing @ 2021-04-01 14:18 UTC (permalink / raw)
  To: lee.jones, yuehaibing; +Cc: linux-kernel

There is no caller in tree, so can remove it.

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

diff --git a/include/linux/mfd/twl.h b/include/linux/mfd/twl.h
index 089e8942223a..8871cc5188a0 100644
--- a/include/linux/mfd/twl.h
+++ b/include/linux/mfd/twl.h
@@ -781,8 +781,6 @@ int twl4030_sih_setup(struct device *dev, int module, int irq_base);
 #define TWL4030_VAUX3_DEV_GRP		0x1F
 #define TWL4030_VAUX3_DEDICATED		0x22
 
-static inline int twl4030charger_usb_en(int enable) { return 0; }
-
 /*----------------------------------------------------------------------*/
 
 /* Linux-specific regulator identifiers ... for now, we only support
-- 
2.17.1


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

* Re: [PATCH -next] mfd: twl: Remove unused inline function twl4030charger_usb_en()
  2021-04-01 14:18 [PATCH -next] mfd: twl: Remove unused inline function twl4030charger_usb_en() YueHaibing
@ 2021-04-14  8:44 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2021-04-14  8:44 UTC (permalink / raw)
  To: YueHaibing; +Cc: linux-kernel

On Thu, 01 Apr 2021, YueHaibing wrote:

> There is no caller in tree, so can remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  include/linux/mfd/twl.h | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2021-04-14  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 14:18 [PATCH -next] mfd: twl: Remove unused inline function twl4030charger_usb_en() YueHaibing
2021-04-14  8:44 ` 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.