This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <[email protected]>
---
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]