commit | 2ea70ef30fecd3636f39df8e44cbb03d11f9fe00 | [log] [tgz] |
---|---|---|
author | Paul Barker <paul.barker.ct@bp.renesas.com> | Wed Nov 01 20:05:57 2023 +0000 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Nov 02 11:30:18 2023 +0100 |
tree | 92b0ed66a67fcdcc298b476f23e1b52d90ef3c33 | |
parent | eaa7186e2b874dd5045fcb5e99c300a9fe57384c [diff] |
gpio: rzg2l: Drop <common.h> In line with changes elsewhere, drop inclusion of the common header. Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
diff --git a/drivers/gpio/rzg2l-gpio.c b/drivers/gpio/rzg2l-gpio.c index 7c908d0..2477af7 100644 --- a/drivers/gpio/rzg2l-gpio.c +++ b/drivers/gpio/rzg2l-gpio.c
@@ -5,7 +5,6 @@ * Copyright (C) 2021-2023 Renesas Electronics Corp. */ -#include <common.h> #include <asm-generic/gpio.h> #include <asm/io.h> #include <dm/device.h>