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

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

diff -u --recursive --new-file v2.3.28/linux/drivers/block/alim15x3.c linux/drivers/block/alim15x3.c
@@ -35,8 +35,8 @@
 #include <linux/stat.h>
 #include <linux/proc_fs.h>
 
-static int ali_get_info(char *buffer, char **addr, off_t offset, int count, int dummy);
-extern int (*ali_display_info)(char *, char **, off_t, int, int);  /* ide-proc.c */
+static int ali_get_info(char *buffer, char **addr, off_t offset, int count);
+extern int (*ali_display_info)(char *, char **, off_t, int);  /* ide-proc.c */
 struct pci_dev *bmide_dev;
 
 char *fifo[4] = {
@@ -67,7 +67,7 @@
 	"error DRQ busy"
 };
 
-static int ali_get_info(char *buffer, char **addr, off_t offset, int count, int dummy)
+static int ali_get_info(char *buffer, char **addr, off_t offset, int count)
 {
 	byte reg53h, reg5xh, reg5yh, reg5xh1, reg5yh1;
 	unsigned int bibma;

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