The patch below removes an unused function from media/video/bw-qcam.c
Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Gerd Knorr <[email protected]>
---
drivers/media/video/bw-qcam.c | 5 -----
1 files changed, 5 deletions(-)
--- linux-2.6.10-rc1-mm1-full/drivers/media/video/bw-qcam.c.old 2004-10-28 23:16:36.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/drivers/media/video/bw-qcam.c 2004-10-28 23:17:06.000000000 +0200
@@ -91,11 +91,6 @@
return parport_read_status(q->pport);
}
-static inline int read_lpcontrol(struct qcam_device *q)
-{
- return parport_read_control(q->pport);
-}
-
static inline int read_lpdata(struct qcam_device *q)
{
return parport_read_data(q->pport);
--
#define printk(args...) fprintf(stderr, ## args)