patch-2.3.29 linux/drivers/char/radio-typhoon.c

Next file: linux/drivers/char/rocket.c
Previous file: linux/drivers/char/misc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/char/radio-typhoon.c linux/drivers/char/radio-typhoon.c
@@ -72,8 +72,7 @@
 static int typhoon_open(struct video_device *dev, int flags);
 static void typhoon_close(struct video_device *dev);
 #ifdef CONFIG_RADIO_TYPHOON_PROC_FS
-static int typhoon_get_info(char *buf, char **start, off_t offset, int len,
-	                    int unused);
+static int typhoon_get_info(char *buf, char **start, off_t offset, int len);
 #endif
 
 static void typhoon_setvol_generic(struct typhoon_device *dev, int vol)
@@ -299,8 +298,7 @@
 
 #ifdef CONFIG_RADIO_TYPHOON_PROC_FS
 
-static int typhoon_get_info(char *buf, char **start, off_t offset, int len,
-	              	    int unused)
+static int typhoon_get_info(char *buf, char **start, off_t offset, int len)
 {
 	#ifdef MODULE
 	    #define MODULEPROCSTRING "Driver loaded as a module"

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)