linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pwm: lp3943: Drop unused i2c include
@ 2022-12-19  8:10 Uwe Kleine-König
  2023-01-30 17:05 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2022-12-19  8:10 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-pwm, kernel

lp3943 is a platform driver that doesn't use any symbol provided in
<linux/i2c.h>. So drop the include.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/pwm-lp3943.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pwm/pwm-lp3943.c b/drivers/pwm/pwm-lp3943.c
index 215ef9069114..35675e4058c6 100644
--- a/drivers/pwm/pwm-lp3943.c
+++ b/drivers/pwm/pwm-lp3943.c
@@ -8,7 +8,6 @@
  */
 
 #include <linux/err.h>
-#include <linux/i2c.h>
 #include <linux/mfd/lp3943.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
-- 
2.38.1


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

* Re: [PATCH] pwm: lp3943: Drop unused i2c include
  2022-12-19  8:10 [PATCH] pwm: lp3943: Drop unused i2c include Uwe Kleine-König
@ 2023-01-30 17:05 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2023-01-30 17:05 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: kernel, linux-pwm

On Mon, 19 Dec 2022 09:10:08 +0100, Uwe Kleine-König wrote:
> lp3943 is a platform driver that doesn't use any symbol provided in
> <linux/i2c.h>. So drop the include.
> 
> 

Applied, thanks!

[1/1] pwm: lp3943: Drop unused i2c include
      commit: 2781f8e9203685208c9f3717593601d4b4674372

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

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

end of thread, other threads:[~2023-01-30 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19  8:10 [PATCH] pwm: lp3943: Drop unused i2c include Uwe Kleine-König
2023-01-30 17:05 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).