]> www.infradead.org Git - users/willy/xarray.git/commit
soc: fsl: qbman: Remove redundant warnings
authorXiaolei Wang <xiaolei.wang@windriver.com>
Fri, 2 Aug 2024 02:16:51 +0000 (10:16 +0800)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 3 Sep 2024 05:50:57 +0000 (07:50 +0200)
commite266aa8b3598c81ea30898a8da20a41f76faa09a
tree3ae1728d1eabaeac30391aff9670ef9991d634b9
parent77a1a513083188f12361c45f08bdcfa508749b76
soc: fsl: qbman: Remove redundant warnings

This warning was added by commit 07f86917a450 ("soc/fsl/qbman: Use
shared-dma-pool for QMan private memory allocations") but
RESERVEDMEM_OF_DECLARE usage was removed by
commit 3e62273ac63a ("soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE
usage") . For non-popwerpc platforms, such as ls1043, this warning
is redundant. ls1043 itself uses shared-dma-mem.

Fixes: 3e62273ac63a ("soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage")
Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com>
Link: https://lore.kernel.org/r/20240802021651.3854295-1-xiaolei.wang@windriver.com
[chleroy: Added more details in commit message]
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qbman/qman_ccsr.c