
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 trini@konsulko.com
Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@chromium.org Cc: Michal Simek michal.simek@amd.com Cc: Nishanth Menon nm@ti.com Cc: Roger Quadros rogerq@kernel.org Cc: Apurva Nandan a-nandan@ti.com Cc: Hari Nagalla hnagalla@ti.com Cc: Bryan Brattlof bb@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-gerlach@ti.com
*/
-#include <common.h> #include <dm.h> #include <soc.h>
Thanks Tom!
Reviewed-by: Bryan Brattlof bb@ti.com
~Bryan