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 <[email protected]> > --- > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Michal Simek <[email protected]> > Cc: Nishanth Menon <[email protected]> > Cc: Roger Quadros <[email protected]> > Cc: Apurva Nandan <[email protected]> > Cc: Hari Nagalla <[email protected]> > Cc: Bryan Brattlof <[email protected]> > --- > 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 <[email protected]> > */ > > -#include <common.h> > #include <dm.h> > #include <soc.h> > Thanks Tom! Reviewed-by: Bryan Brattlof <[email protected]> ~Bryan

