X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Fi2o.h;h=1fb02e17f6f642b9880ce814d00c11160219ddb7;hb=c4028958b6ecad064b1a6303a6a5906d4fe48d73;hp=c115e9e840b4e051b7b573a37c27bfc4564ad504;hpb=65f27f38446e1976cc98fd3004b110fedcddd189;p=deliverable%2Flinux.git diff --git a/include/linux/i2o.h b/include/linux/i2o.h index c115e9e840b4..1fb02e17f6f6 100644 --- a/include/linux/i2o.h +++ b/include/linux/i2o.h @@ -461,7 +461,7 @@ struct i2o_driver { 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 */