* [2.6 patch] drivers/media/common/saa7146_fops.c: make a function static
@ 2005-04-19 0:50 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2005-04-19 0:50 UTC (permalink / raw)
To: michael; +Cc: linux-kernel
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c.old 2005-04-19 01:21:37.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c 2005-04-19 01:21:50.000000000 +0200
@@ -403,7 +403,7 @@
.llseek = no_llseek,
};
-void vv_callback(struct saa7146_dev *dev, unsigned long status)
+static void vv_callback(struct saa7146_dev *dev, unsigned long status)
{
u32 isr = status;
^ permalink raw reply [flat|nested] 4+ messages in thread
* [2.6 patch] drivers/media/common/saa7146_fops.c: make a function static
@ 2005-05-02 1:46 Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2005-05-02 1:46 UTC (permalink / raw)
To: michael; +Cc: kraxel, video4linux-list, linux-kernel
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 19 Apr 2005
--- linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c.old 2005-04-19 01:21:37.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c 2005-04-19 01:21:50.000000000 +0200
@@ -403,7 +403,7 @@
.llseek = no_llseek,
};
-void vv_callback(struct saa7146_dev *dev, unsigned long status)
+static void vv_callback(struct saa7146_dev *dev, unsigned long status)
{
u32 isr = status;
^ permalink raw reply [flat|nested] 4+ messages in thread
* [2.6 patch] drivers/media/common/saa7146_fops.c: make a function static
@ 2005-05-30 20:56 Adrian Bunk
2005-06-02 19:59 ` Johannes Stezenbach
0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2005-05-30 20:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: michael, kraxel, video4linux-list, linux-kernel
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 2 May 2005
- 19 Apr 2005
--- linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c.old 2005-04-19 01:21:37.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c 2005-04-19 01:21:50.000000000 +0200
@@ -403,7 +403,7 @@
.llseek = no_llseek,
};
-void vv_callback(struct saa7146_dev *dev, unsigned long status)
+static void vv_callback(struct saa7146_dev *dev, unsigned long status)
{
u32 isr = status;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [2.6 patch] drivers/media/common/saa7146_fops.c: make a function static
2005-05-30 20:56 Adrian Bunk
@ 2005-06-02 19:59 ` Johannes Stezenbach
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Stezenbach @ 2005-06-02 19:59 UTC (permalink / raw)
To: Adrian Bunk
Cc: Andrew Morton, michael, kraxel, video4linux-list, linux-kernel
On Mon, May 30, 2005 at 10:56:38PM +0200, Adrian Bunk wrote:
> This patch makes a needlessly global function static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
I committed this patch to linuxtv.org (DVB) CVS.
Thanks,
Johannes
> --- linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c.old 2005-04-19 01:21:37.000000000 +0200
> +++ linux-2.6.12-rc2-mm3-full/drivers/media/common/saa7146_fops.c 2005-04-19 01:21:50.000000000 +0200
> @@ -403,7 +403,7 @@
> .llseek = no_llseek,
> };
>
> -void vv_callback(struct saa7146_dev *dev, unsigned long status)
> +static void vv_callback(struct saa7146_dev *dev, unsigned long status)
> {
> u32 isr = status;
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-06-02 20:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-19 0:50 [2.6 patch] drivers/media/common/saa7146_fops.c: make a function static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-05-02 1:46 Adrian Bunk
2005-05-30 20:56 Adrian Bunk
2005-06-02 19:59 ` Johannes Stezenbach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox