linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] leds: s3c24xx: Remove unused machine header include
@ 2020-08-03  9:19 Krzysztof Kozlowski
  2020-08-05 21:57 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-03  9:19 UTC (permalink / raw)
  To: Kukjin Kim, Krzysztof Kozlowski, Jacek Anaszewski, Pavel Machek,
	Dan Murphy, linux-arm-kernel, linux-samsung-soc, linux-leds,
	linux-kernel

The driver includes machine header for GPIO registers but actually does
not use them.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/leds/leds-s3c24xx.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c
index 9b5e67664ba3..3c0c7aa63b8c 100644
--- a/drivers/leds/leds-s3c24xx.c
+++ b/drivers/leds/leds-s3c24xx.c
@@ -16,8 +16,6 @@
 #include <linux/module.h>
 #include <linux/platform_data/leds-s3c24xx.h>
 
-#include <mach/regs-gpio.h>
-
 /* our context */
 
 struct s3c24xx_gpio_led {
-- 
2.17.1


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

end of thread, other threads:[~2020-08-20 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  9:19 [PATCH] leds: s3c24xx: Remove unused machine header include Krzysztof Kozlowski
2020-08-05 21:57 ` Pavel Machek
2020-08-20 16:08   ` Krzysztof Kozlowski
2020-08-20 16:10     ` Krzysztof Kozlowski
2020-08-20 21:51     ` Pavel Machek

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).