diff options
| author | Paul Barker <[email protected]> | 2023-11-01 20:05:57 +0000 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-11-02 11:30:18 +0100 |
| commit | 6b49155c845965f11d9cf51248e7172b4e54e4bf (patch) | |
| tree | 92b0ed66a67fcdcc298b476f23e1b52d90ef3c33 /drivers | |
| parent | d933d4368601a0bfda1c54a1135d9da92d0382b7 (diff) | |
gpio: rzg2l: Drop <common.h>
In line with changes elsewhere, drop inclusion of the common header.
Signed-off-by: Paul Barker <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/rzg2l-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/rzg2l-gpio.c b/drivers/gpio/rzg2l-gpio.c index 7c908d05475..2477af7874b 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> |
