patch-2.1.72 linux/include/linux/wait.h

Next file: linux/init/main.c
Previous file: linux/include/linux/types.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.71/linux/include/linux/wait.h linux/include/linux/wait.h
@@ -28,18 +28,6 @@
 	return head && head != WAIT_QUEUE_HEAD(q);
 }
 
-struct poll_table_entry {
-	struct wait_queue wait;
-	struct wait_queue ** wait_address;
-};
-
-typedef struct poll_table_struct {
-	unsigned int nr;
-	struct poll_table_entry * entry;
-} poll_table;
-
-#define __MAX_POLL_TABLE_ENTRIES (PAGE_SIZE / sizeof (struct poll_table_entry))
-
 #endif /* __KERNEL__ */
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov