MA-20005-12 hantro_vc8000e: Fix build error exposed by -Wunused-variable
commit 55319936a8f1f16f42d8ab4e20d45b023cd746e5 from https://github.com/nxp-imx/linux-imx lf-6.1.y Fix below two build errors: drivers/mxc/hantro_vc8000e/hx280enc_vc8000e.c:149:30: error: unused variable 'asic_status' [-Werror,-Wunused-variable] static volatile unsigned int asic_status; ^ drivers/mxc/hantro_vc8000e/hx280enc_vc8000e.c:702:13: error: unused function 'hantroenc_ioctl32' [-Werror,-Wunused-function] static long hantroenc_ioctl32(struct file *filp, unsigned int cmd, unsigned long arg) ^ Signed-off-by:Jindong Yue <jindong.yue@nxp.com> Reviewed-by:
Shijie Qin <shijie.qin@nxp.com> Signed-off-by:
Xiaolei Wang <xiaolei.wang@windriver.com>
Loading