All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/media/video/stradis.c: make 2 functions static
@ 2006-06-26 21:53 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-06-26 21:53 UTC (permalink / raw)
  To: laredo; +Cc: mchehab, v4l-dvb-maintainer, linux-kernel

This patch makes two needlessly global functions static.

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

---

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

--- linux-2.6.17-mm2-full/drivers/media/video/stradis.c.old	2006-06-26 23:14:05.000000000 +0200
+++ linux-2.6.17-mm2-full/drivers/media/video/stradis.c	2006-06-26 23:14:35.000000000 +0200
@@ -2190,7 +2190,7 @@
 	.remove = __devexit_p(stradis_remove)
 };
 
-int __init stradis_init(void)
+static int __init stradis_init(void)
 {
 	int retval;
 
@@ -2203,7 +2203,7 @@
 	return retval;
 }
 
-void __exit stradis_exit(void)
+static void __exit stradis_exit(void)
 {
 	pci_unregister_driver(&stradis_driver);
 	printk(KERN_INFO "stradis: module cleanup complete\n");


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

only message in thread, other threads:[~2006-06-26 21:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-26 21:53 [2.6 patch] drivers/media/video/stradis.c: make 2 functions static Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.