Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] vivi: Kill TSTAMP_* macros

Usage of TSTAMP_* macros has gone in 2010 in 730947bc (V4L/DVB: vivi:
clean up and a major overhaul) but the macros remain. Say goodbye to
them.

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Kirill Smelkov and committed by
Mauro Carvalho Chehab
2948b0b3 6ee28d94

-5
-5
drivers/media/platform/vivi.c
··· 351 351 } 352 352 } 353 353 354 - #define TSTAMP_MIN_Y 24 355 - #define TSTAMP_MAX_Y (TSTAMP_MIN_Y + 15) 356 - #define TSTAMP_INPUT_X 10 357 - #define TSTAMP_MIN_X (54 + TSTAMP_INPUT_X) 358 - 359 354 /* 'odd' is true for pixels 1, 3, 5, etc. and false for pixels 0, 2, 4, etc. */ 360 355 static void gen_twopix(struct vivi_dev *dev, u8 *buf, int colorpos, bool odd) 361 356 {