]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ufs: ufs-renesas: Drop include common.h
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 9 Sep 2023 02:54:35 +0000 (04:54 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 9 Sep 2023 14:13:24 +0000 (10:13 -0400)
The "#include <common.h>" is being phased out in favor of more fine
grained header management, i.e. ideally include a subset of headers
that are really needed. Remove it from this driver.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/ufs/ufs-renesas.c

index f6086050cdeb4fb9153be7bc088c82b74d2ffb1d..ae05bdc8102a7157e46abfe61c2923a273537706 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <clk.h>
-#include <common.h>
 #include <dm.h>
 #include <ufs.h>
 #include <asm/io.h>