On May 1, 2024 thus sayeth Tom Rini: > Remove <common.h> from this driver directory and when needed > add missing include files directly. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > Cc: Tom Rini <tr...@konsulko.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Michal Simek <michal.si...@amd.com> > Cc: Nishanth Menon <n...@ti.com> > Cc: Roger Quadros <rog...@kernel.org> > Cc: Apurva Nandan <a-nan...@ti.com> > Cc: Hari Nagalla <hnaga...@ti.com> > Cc: Bryan Brattlof <b...@ti.com> > --- > drivers/soc/soc-uclass.c | 1 - > drivers/soc/soc_sandbox.c | 1 - > drivers/soc/soc_ti_k3.c | 1 - > drivers/soc/soc_xilinx_versal.c | 1 - > drivers/soc/soc_xilinx_versal_net.c | 1 - > drivers/soc/soc_xilinx_zynqmp.c | 1 - > drivers/soc/ti/k3-navss-ringacc.c | 1 - > drivers/soc/ti/keystone_serdes.c | 1 - > drivers/soc/ti/pruss.c | 1 - > 9 files changed, 9 deletions(-) >
... > > diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c > index 3a4e58bba671..b585e47d46fe 100644 > --- a/drivers/soc/soc_ti_k3.c > +++ b/drivers/soc/soc_ti_k3.c > @@ -4,7 +4,6 @@ > * Dave Gerlach <d-gerl...@ti.com> > */ > > -#include <common.h> > #include <dm.h> > #include <soc.h> > Thanks Tom! Reviewed-by: Bryan Brattlof <b...@ti.com> ~Bryan