diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:31:01 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:55 -0600 |
| commit | 57f9f798125f26e24dc9727889e5e65d13b09289 (patch) | |
| tree | fe953029ed99d773df4ac7edb1ca1a7e1663adab /drivers | |
| parent | 6fa1cca73adf086fac7013e56a32413dcff5316f (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mux/mmio.c | 1 | ||||
| -rw-r--r-- | drivers/mux/mux-uclass.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mux/mmio.c b/drivers/mux/mmio.c index 00e0282dcc0..e1125458a62 100644 --- a/drivers/mux/mmio.c +++ b/drivers/mux/mmio.c @@ -6,7 +6,6 @@ * Copyright (C) 2017 Pengutronix, Philipp Zabel <[email protected]> * Copyright (C) 2019 Texas Instrument, Jean-jacques Hiblot <[email protected]> */ -#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 8833888ded3..8a3e7a84f41 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> |
