mux: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-05-01 19:31:01 -06:00
parent 6fa1cca73a
commit 57f9f79812
2 changed files with 0 additions and 2 deletions

View 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>

View 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>