From 00b049339850ecd57c518fde72cd2739a3bc0bb1 Mon Sep 17 00:00:00 2001 From: Maksim Kiselev Date: Thu, 30 Nov 2023 00:47:31 +0300 Subject: [PATCH] gpio: dw: Drop unused headers Drop headers which are not used or needed in this file. Signed-off-by: Maksim Kiselev --- drivers/gpio/dwapb_gpio.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/gpio/dwapb_gpio.c b/drivers/gpio/dwapb_gpio.c index e6e919444f..7a6eae9ba1 100644 --- a/drivers/gpio/dwapb_gpio.c +++ b/drivers/gpio/dwapb_gpio.c @@ -5,21 +5,15 @@ * DesignWare APB GPIO driver */ -#include -#include -#include -#include #include #include -#include +#include #include #include #include -#include -#include +#include #include #include -#include #define GPIO_SWPORT_DR(p) (0x00 + (p) * 0xc) #define GPIO_SWPORT_DDR(p) (0x04 + (p) * 0xc) -- 2.39.5