leds: s3c24xx: Remove unused machine header include
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 3 Aug 2020 09:19:36 +0000 (11:19 +0200)
committerPavel Machek <pavel@ucw.cz>
Mon, 17 Aug 2020 16:04:06 +0000 (18:04 +0200)
The driver includes machine header for GPIO registers but actually does
not use them.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-s3c24xx.c

index 9b5e67664ba3c420f3ff9519355dc136a9f3f499..3c0c7aa63b8cdd1c0b4adbe00d68ec02537da9a2 100644 (file)
@@ -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 {