From: Dan Carpenter Date: Mon, 9 Jun 2014 15:10:46 +0000 (-0300) Subject: [media] davinci: vpfe: dm365: remove duplicate RSZ_LPF_INT_MASK X-Git-Tag: v3.17-rc1~112^2~203 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7e0ffd1f4046cf94c0feaffcc5644ff90aadc984;p=karo-tx-linux.git [media] davinci: vpfe: dm365: remove duplicate RSZ_LPF_INT_MASK The RSZ_LPF_INT_MASK define is cut and pasted twice so we can remove the second instance. Signed-off-by: Dan Carpenter Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h b/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h index 010fdb247faf..81176fb9d164 100644 --- a/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h +++ b/drivers/staging/media/davinci_vpfe/dm365_ipipe_hw.h @@ -479,7 +479,6 @@ #define RSZ_TYP_Y_SHIFT 0 #define RSZ_TYP_C_SHIFT 1 #define RSZ_LPF_INT_MASK 0x3f -#define RSZ_LPF_INT_MASK 0x3f #define RSZ_LPF_INT_C_SHIFT 6 #define RSZ_H_PHS_MASK 0x3fff #define RSZ_H_DIF_MASK 0x3fff