Skip to content
Commit e0585ce2 authored by Jindong Yue's avatar Jindong Yue Committed by Xiaolei Wang
Browse files

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: default avatarJindong Yue <jindong.yue@nxp.com>
Reviewed-by: default avatarShijie Qin <shijie.qin@nxp.com>
Signed-off-by: default avatarXiaolei Wang <xiaolei.wang@windriver.com>
parent b90282bc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment