commit | e6b42390def7e2a78142552ef032634eca6f646c | [log] [tgz] |
---|---|---|
author | Dhruva Gole <d-gole@ti.com> | Tue Sep 20 10:56:02 2022 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 21:05:17 2022 -0400 |
tree | a8a2bce006d6aac94feb6c74b0a3794f75f428c8 | |
parent | fbddaee5783620b29890e8f2a5632ea0e0a2fcea [diff] |
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>