[PATCH 44/81] mux: Remove <common.h> and add needed includes
Tom Rini
trini at konsulko.com
Thu May 2 03:31:01 CEST 2024
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Tom Rini <trini at konsulko.com>
Cc: Roger Quadros <rogerq at kernel.org>
Cc: Nishanth Menon <nm at ti.com>
---
drivers/mux/mmio.c | 1 -
drivers/mux/mux-uclass.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/mux/mmio.c b/drivers/mux/mmio.c
index 00e0282dcc0e..e1125458a629 100644
--- a/drivers/mux/mmio.c
+++ b/drivers/mux/mmio.c
@@ -6,7 +6,6 @@
* Copyright (C) 2017 Pengutronix, Philipp Zabel <kernel at pengutronix.de>
* Copyright (C) 2019 Texas Instrument, Jean-jacques Hiblot <jjhiblot at ti.com>
*/
-#include <common.h>
#include <dm.h>
#include <mux-internal.h>
#include <regmap.h>
diff --git a/drivers/mux/mux-uclass.c b/drivers/mux/mux-uclass.c
index 8833888ded37..8a3e7a84f41b 100644
--- a/drivers/mux/mux-uclass.c
+++ b/drivers/mux/mux-uclass.c
@@ -13,7 +13,6 @@
#define LOG_CATEGORY UCLASS_MUX
-#include <common.h>
#include <dm.h>
#include <mux-internal.h>
#include <dm/device-internal.h>
--
2.34.1
More information about the U-Boot
mailing list