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

[PATCH] v4l: Remove kernel version dependency from tea575x-tuner.h

- Removed kernel version dependency from tea575x-tuner.h

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Mauro Carvalho Chehab and committed by
Linus Torvalds
dc75fc1b 10b89ee3

-2
-2
include/sound/tea575x-tuner.h
··· 34 34 struct snd_tea575x { 35 35 snd_card_t *card; 36 36 struct video_device vd; /* video device */ 37 - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 0) 38 37 struct file_operations fops; 39 - #endif 40 38 int dev_nr; /* requested device number + 1 */ 41 39 int vd_registered; /* video device is registered */ 42 40 int tea5759; /* 5759 chip is present */