[2.6 patch] cx88-mpeg.c: make 2 functions static

From: Adrian Bunk
Date: Sat Apr 28 2007 - 15:23:43 EST


This patch makes two needlessly global functions static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

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;


-
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/