aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/atmel_pio4.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:50 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:55 -0600
commit6657851f83288e63a966f6cae66e85dea229023b (patch)
treec78e8ca6971c0091d80a90b7e6f4ab6c68d826d6 /drivers/gpio/atmel_pio4.c
parent11657706b1c4918a17d1d01881fa55df8bb01ae6 (diff)
downloadu-boot-6657851f83288e63a966f6cae66e85dea229023b.zip
u-boot-6657851f83288e63a966f6cae66e85dea229023b.tar.gz
u-boot-6657851f83288e63a966f6cae66e85dea229023b.tar.bz2
gpio: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/gpio/atmel_pio4.c')
-rw-r--r--drivers/gpio/atmel_pio4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/atmel_pio4.c b/drivers/gpio/atmel_pio4.c
index be1dd75..65d064b 100644
--- a/drivers/gpio/atmel_pio4.c
+++ b/drivers/gpio/atmel_pio4.c
@@ -5,7 +5,6 @@
* Copyright (C) 2015 Atmel Corporation
* Wenyou.Yang <wenyou.yang@atmel.com>
*/
-#include <common.h>
#include <clk.h>
#include <dm.h>
#include <fdtdec.h>