public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] media/video/bw-qcam.c: remove an unused function
@ 2004-11-08  8:54 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-11-08  8:54 UTC (permalink / raw)
  To: Andrew Morton, Kernel List

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

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-08  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-08  8:54 [patch] media/video/bw-qcam.c: remove an unused function Gerd Knorr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox