patch-2.3.39 linux/drivers/pcmcia/pci_socket.h

Next file: linux/drivers/pcmcia/yenta.c
Previous file: linux/drivers/pcmcia/pci_socket.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.38/linux/drivers/pcmcia/pci_socket.h linux/drivers/pcmcia/pci_socket.h
@@ -14,7 +14,8 @@
 	void *info;
 	struct pci_socket_ops *op;
 	socket_cap_t cap;
-	struct timer_list timer;
+	wait_queue_head_t wait;
+	unsigned int events;
 } pci_socket_t;
 
 struct pci_socket_ops {

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