LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] make stk_camera_cleanup() static
@ 2008-01-28 22:11 Adrian Bunk
  2008-01-29 17:11 ` Jaime Velasco Juan
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-01-28 22:11 UTC (permalink / raw)
  To: Jaime Velasco Juan, Mauro Carvalho Chehab
  Cc: v4l-dvb-maintainer, linux-kernel

stk_camera_cleanup() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
8e9cfe740957a7a486df202d65cedc1a86d62f96 
diff --git a/drivers/media/video/stk-webcam.c b/drivers/media/video/stk-webcam.c
index d37e5e2..a4bfc06 100644
--- a/drivers/media/video/stk-webcam.c
+++ b/drivers/media/video/stk-webcam.c
@@ -63,7 +63,7 @@ static struct usb_device_id stkwebcam_table[] = {
 };
 MODULE_DEVICE_TABLE(usb, stkwebcam_table);
 
-void stk_camera_cleanup(struct kref *kref)
+static void stk_camera_cleanup(struct kref *kref)
 {
 	struct stk_camera *dev = to_stk_camera(kref);
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] make stk_camera_cleanup() static
  2008-01-28 22:11 [2.6 patch] make stk_camera_cleanup() static Adrian Bunk
@ 2008-01-29 17:11 ` Jaime Velasco Juan
  0 siblings, 0 replies; 2+ messages in thread
From: Jaime Velasco Juan @ 2008-01-29 17:11 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Mauro Carvalho Chehab, v4l-dvb-maintainer, linux-kernel

El mar. 29 de ene. de 2008, a las 00:11:01 +0200, Adrian Bunk escribió:
> stk_camera_cleanup() can become static.
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> 
Acked-by: Jaime Velasco Juan <jsagarribay@gmail.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-29 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-28 22:11 [2.6 patch] make stk_camera_cleanup() static Adrian Bunk
2008-01-29 17:11 ` Jaime Velasco Juan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).