commit | c4028958b6ecad064b1a6303a6a5906d4fe48d73 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 22 14:57:56 2006 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Nov 22 14:57:56 2006 +0000 |
tree | 1c4c89652c62a75da09f9b9442012007e4ac6250 | |
parent | 65f27f38446e1976cc98fd3004b110fedcddd189 [diff] [blame] |
WorkStruct: make allyesconfig Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
diff --git a/include/linux/i2o.h b/include/linux/i2o.h index c115e9e..1fb02e1 100644 --- a/include/linux/i2o.h +++ b/include/linux/i2o.h
@@ -461,7 +461,7 @@ int (*reply) (struct i2o_controller *, u32, struct i2o_message *); /* Event handler */ - void (*event) (struct i2o_event *); + work_func_t event; struct workqueue_struct *event_queue; /* Event queue */