summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zoran/zoran_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/zoran/zoran_device.h')
-rw-r--r--drivers/media/video/zoran/zoran_device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/zoran/zoran_device.h b/drivers/media/video/zoran/zoran_device.h
index 85414e17524e..07f2c23ff740 100644
--- a/drivers/media/video/zoran/zoran_device.h
+++ b/drivers/media/video/zoran/zoran_device.h
@@ -92,7 +92,4 @@ extern int pass_through;
#define encoder_call(zr, o, f, args...) \
v4l2_subdev_call(zr->encoder, o, f, ##args)
-int decoder_s_std(struct zoran *zr, v4l2_std_id std);
-int decoder_s_routing(struct zoran *zr, struct v4l2_routing *route);
-
#endif /* __ZORAN_DEVICE_H__ */