patch-2.3.29 linux/drivers/block/sis5513.c

Next file: linux/drivers/block/via82cxxx.c
Previous file: linux/drivers/block/rd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/block/sis5513.c linux/drivers/block/sis5513.c
@@ -106,8 +106,8 @@
 #include <linux/stat.h>
 #include <linux/proc_fs.h>
 
-static int sis_get_info(char *, char **, off_t, int, int);
-extern int (*sis_display_info)(char *, char **, off_t, int, int); /* ide-proc.c */
+static int sis_get_info(char *, char **, off_t, int);
+extern int (*sis_display_info)(char *, char **, off_t, int); /* ide-proc.c */
 struct pci_dev *bmide_dev;
 
 static char *cable_type[] = {
@@ -140,7 +140,7 @@
 	"6 PCICLK", "12 PCICLK"
 };
 
-static int sis_get_info (char *buffer, char **addr, off_t offset, int count, int dummy)
+static int sis_get_info (char *buffer, char **addr, off_t offset, int count)
 {
 	int rc;
 	char *p = buffer;

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