[PATCH 63/81] soc: Remove <common.h> and add needed includes

Bryan Brattlof bb at ti.com
Fri May 3 16:44:57 CEST 2024


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

Thanks Tom!

Reviewed-by: Bryan Brattlof <bb at ti.com>

~Bryan


More information about the U-Boot mailing list