]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mux: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:31:01 +0000 (19:31 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:55 +0000 (08:00 -0600)
Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/mux/mmio.c
drivers/mux/mux-uclass.c

index 00e0282dcc0e194dc03739bd090979734e5206b6..e1125458a629f5bccea8335b5a9b2236922a8e27 100644 (file)
@@ -6,7 +6,6 @@
  * Copyright (C) 2017 Pengutronix, Philipp Zabel <kernel@pengutronix.de>
  * Copyright (C) 2019 Texas Instrument, Jean-jacques Hiblot <jjhiblot@ti.com>
  */
-#include <common.h>
 #include <dm.h>
 #include <mux-internal.h>
 #include <regmap.h>
index 8833888ded37408a694fa8eb275e66409ddb7309..8a3e7a84f41bfd77d0d49b0a4bc3c5465d25454f 100644 (file)
@@ -13,7 +13,6 @@
 
 #define LOG_CATEGORY UCLASS_MUX
 
-#include <common.h>
 #include <dm.h>
 #include <mux-internal.h>
 #include <dm/device-internal.h>