[patch] media/video/bw-qcam.c: remove an unused function

From: Gerd Knorr
Date: Mon Nov 08 2004 - 04:34:28 EST


The patch below removes an unused function from media/video/bw-qcam.c

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: Gerd Knorr <kraxel@xxxxxxxxxxx>
---
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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/