Remove include of `asm/cache.h` as it is not used. Also remove the duplicated include `soc/ti/ti_sci_protocol.h`. Add the include `common.h` for the missing declaration of sprintf. Signed-off-by: Jules Maselbas <jmaselbas@xxxxxxxx> --- drivers/dma/ti/k3-udma.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/dma/ti/k3-udma.c b/drivers/dma/ti/k3-udma.c index 761898867d..8f46364145 100644 --- a/drivers/dma/ti/k3-udma.c +++ b/drivers/dma/ti/k3-udma.c @@ -5,8 +5,8 @@ */ #define pr_fmt(fmt) "udma: " fmt -#include <asm/cache.h> #include <io.h> +#include <common.h> #include <malloc.h> #include <linux/bitops.h> #include <linux/sizes.h> @@ -21,7 +21,6 @@ #include <linux/bitmap.h> #include <driver.h> #include <linux/device.h> -#include <soc/ti/ti_sci_protocol.h> #include "k3-udma-hwdef.h" #include "k3-psil-priv.h" -- 2.48.1