]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
gpio: rzg2l: Drop <common.h>
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Wed, 1 Nov 2023 20:05:57 +0000 (20:05 +0000)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Thu, 2 Nov 2023 10:30:18 +0000 (11:30 +0100)
In line with changes elsewhere, drop inclusion of the common header.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
drivers/gpio/rzg2l-gpio.c

index 7c908d05475a101d1dcfa4b60ceee41999b32ab2..2477af7874b8cb129bde2b04b6453d8acd3ddb9b 100644 (file)
@@ -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>