patch-2.4.22 linux-2.4.22/drivers/ieee1394/ieee1394_core.h

Next file: linux-2.4.22/drivers/ieee1394/ieee1394_hotplug.h
Previous file: linux-2.4.22/drivers/ieee1394/ieee1394_core.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/drivers/ieee1394/ieee1394_core.h linux-2.4.22/drivers/ieee1394/ieee1394_core.h
@@ -34,7 +34,7 @@
         } __attribute__((packed)) state;
 
         /* These are core internal. */
-        char tlabel;
+        signed char tlabel;
         char ack_code;
         char tcode;
 
@@ -88,7 +88,7 @@
 	return list_entry(l, struct hpsb_packet, driver_list);
 }
 
-void abort_timedouts(struct hpsb_host *host);
+void abort_timedouts(unsigned long __opaque);
 void abort_requests(struct hpsb_host *host);
 
 struct hpsb_packet *alloc_hpsb_packet(size_t data_size);

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