]> git.dujemihanovic.xyz Git - u-boot.git/commit
dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error
authorDhruva Gole <d-gole@ti.com>
Tue, 20 Sep 2022 05:26:02 +0000 (10:56 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2022 01:05:17 +0000 (21:05 -0400)
commit742f302cdc9198dc27deeea8c1c35482cf616ec2
treea8a2bce006d6aac94feb6c74b0a3794f75f428c8
parentae17910117f3ae5957eb1d7498710f881a091155
dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error

Include linux/sizes.h because it defines SZ_64K which is used in many
places inside k3-udma.c
This fixes the error: ‘SZ_64K’ undeclared which appears during build
time

Signed-off-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/dma/ti/k3-udma.c