]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitcad6abff2937b8f4e14c40fe82c36804e01ca38b
tree284f0ff1510c86a22baf29121431792b9adb5463
parent9a059a3af59cfffe7f1a6f025391c3fe0a5a0abf
ufs: ufs-renesas: Drop include common.h

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