diff vidix/drivers/nvidia_vid.c @ 19066:26a30496ec96

marks several function without a prototype which arent used outside its sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org
author reynaldo
date Thu, 13 Jul 2006 20:59:18 +0000
parents fd4719223745
children 59d10ceb72c8
line wrap: on
line diff
--- a/vidix/drivers/nvidia_vid.c	Thu Jul 13 20:23:34 2006 +0000
+++ b/vidix/drivers/nvidia_vid.c	Thu Jul 13 20:59:18 2006 +0000
@@ -387,7 +387,7 @@
 }
 
 /* Stop overlay video. */
-void rivatv_overlay_stop (struct rivatv_info *info) {
+static void rivatv_overlay_stop (struct rivatv_info *info) {
 	switch (info->chip.arch ) {
 	case NV_ARCH_10:
 	case NV_ARCH_20:
@@ -517,7 +517,7 @@
 
 
 /* Start overlay video. */
-void rivatv_overlay_start (struct rivatv_info *info,int bufno){
+static void rivatv_overlay_start (struct rivatv_info *info,int bufno){
     uint32_t base, size, offset, xscale, yscale, pan;
     uint32_t value;
 	int x=info->wx, y=info->wy;