mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] cx88-mpeg.c: make 2 functions static
@ 2007-04-28 19:20 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-04-28 19:20 UTC (permalink / raw)
  To: mchehab; +Cc: v4l-dvb-maintainer, linux-kernel

This patch makes two needlessly global functions static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

 drivers/media/video/cx88/cx88-mpeg.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.21-rc7-mm2/drivers/media/video/cx88/cx88-mpeg.c.old	2007-04-28 15:09:50.000000000 +0200
+++ linux-2.6.21-rc7-mm2/drivers/media/video/cx88/cx88-mpeg.c	2007-04-28 15:10:06.000000000 +0200
@@ -611,7 +611,7 @@
 }
 
 /* Driver asked for hardware access. */
-int cx8802_request_acquire(struct cx8802_driver *drv)
+static int cx8802_request_acquire(struct cx8802_driver *drv)
 {
 	struct cx88_core *core = drv->core;
 
@@ -631,7 +631,7 @@
 }
 
 /* Driver asked to release hardware. */
-int cx8802_request_release(struct cx8802_driver *drv)
+static int cx8802_request_release(struct cx8802_driver *drv)
 {
 	struct cx88_core *core = drv->core;
 


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

only message in thread, other threads:[~2007-04-28 19:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-28 19:20 [2.6 patch] cx88-mpeg.c: make 2 functions static Adrian Bunk

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

Powered by JetHome