patch-2.3.29 linux/net/irda/irlmp.c

Next file: linux/net/irda/irmod.c
Previous file: linux/net/irda/irlap_frame.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/net/irda/irlmp.c linux/net/irda/irlmp.c
@@ -63,7 +63,7 @@
 
 __u8 *irlmp_hint_to_service(__u8 *hint);
 #ifdef CONFIG_PROC_FS
-int irlmp_proc_read(char *buf, char **start, off_t offst, int len, int unused);
+int irlmp_proc_read(char *buf, char **start, off_t offst, int len);
 #endif
 
 /*
@@ -1431,13 +1431,12 @@
 
 #ifdef CONFIG_PROC_FS
 /*
- * Function irlmp_proc_read (buf, start, offset, len, unused)
+ * Function irlmp_proc_read (buf, start, offset, len)
  *
  *    Give some info to the /proc file system
  *
  */
-int irlmp_proc_read(char *buf, char **start, off_t offset, int len, 
-		    int unused)
+int irlmp_proc_read(char *buf, char **start, off_t offset, int len)
 {
 	struct lsap_cb *self;
 	struct lap_cb *lap;

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