fpga: altera-cvp: Remove an unused field in struct altera_cvp_conf
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 1 Apr 2024 13:08:21 +0000 (15:08 +0200)
committerXu Yilun <yilun.xu@linux.intel.com>
Tue, 2 Apr 2024 06:31:08 +0000 (14:31 +0800)
commitf6c86fdf3716c9257612f8f001c6e95db84fb844
tree6dbb6920f245ba8d75a2ccfc1346370b88ead25e
parenta97fc99a02c767f5970b75ce40fedd2a0843f323
fpga: altera-cvp: Remove an unused field in struct altera_cvp_conf

In "struct altera_cvp_conf", the 'mgr' field is unused.
Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/7986690e79fa6f7880bc1db783cb0e46a1c2723e.1711976883.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Xu Yilun <yilun.xu@linux.intel.com>
drivers/fpga/altera-cvp.c