diff options
author | Tom Rini | 2024-05-01 19:31:01 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-07 08:00:55 -0600 |
commit | 57f9f798125f26e24dc9727889e5e65d13b09289 (patch) | |
tree | fe953029ed99d773df4ac7edb1ca1a7e1663adab /drivers/mux/mmio.c | |
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 <trini@konsulko.com>
Diffstat (limited to 'drivers/mux/mmio.c')
-rw-r--r-- | drivers/mux/mmio.c | 1 |
1 files changed, 0 insertions, 1 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 <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> |