[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20070428192008.GU3468@stusta.de>
Date: Sat, 28 Apr 2007 21:20:08 +0200
From: Adrian Bunk <bunk@...sta.de>
To: mchehab@...radead.org
Cc: v4l-dvb-maintainer@...uxtv.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] cx88-mpeg.c: make 2 functions static
This patch makes two needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@...sta.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;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists