summaryrefslogtreecommitdiff
path: root/linux/drivers/media/radio/radio-maestro.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-03-25 14:32:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-03-25 14:32:18 -0300
commit91cb86194d6146eb1da0f838116b5bc752a0c62d (patch)
treef9059fb0da363883dbc759d7b68ea1ed5616723a /linux/drivers/media/radio/radio-maestro.c
parentdac7e782978c3029d3fa21243295837f262ccac8 (diff)
parenta325b0a427757946052053834c1dbbc50f89526c (diff)
downloadmediapointer-dvb-s2-91cb86194d6146eb1da0f838116b5bc752a0c62d.tar.gz
mediapointer-dvb-s2-91cb86194d6146eb1da0f838116b5bc752a0c62d.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/tuner
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/radio/radio-maestro.c')
-rw-r--r--linux/drivers/media/radio/radio-maestro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/radio/radio-maestro.c b/linux/drivers/media/radio/radio-maestro.c
index 4515550fa..a9c8d3476 100644
--- a/linux/drivers/media/radio/radio-maestro.c
+++ b/linux/drivers/media/radio/radio-maestro.c
@@ -101,7 +101,9 @@ static const struct file_operations maestro_fops = {
.open = video_exclusive_open,
.release = video_exclusive_release,
.ioctl = video_ioctl2,
+#ifdef CONFIG_COMPAT
.compat_ioctl = v4l_compat_ioctl32,
+#endif
.llseek = no_llseek,
};