aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/sbp2.h
diff options
context:
space:
mode:
authorStefan Richter <stefanr@s5r6.in-berlin.de>2006-12-07 16:40:33 -0500
committerStefan Richter <stefanr@s5r6.in-berlin.de>2006-12-07 16:40:33 -0500
commitd19c77641412a257fa651662b96fec826e9e7e60 (patch)
treeddd27573b7eff2e032fb76826b37514b351a0113 /drivers/ieee1394/sbp2.h
parent424a9642b8b436bba04ad5d2d254b43757166cdf (diff)
ieee1394: sbp2: delayed_work -> work_struct
This work is not delayed. Also bring the code format in a state which reduces my work to merge pending sbp2 patchs. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/ieee1394/sbp2.h')
-rw-r--r--drivers/ieee1394/sbp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/sbp2.h b/drivers/ieee1394/sbp2.h
index 7b4242024665..5483b458bd77 100644
--- a/drivers/ieee1394/sbp2.h
+++ b/drivers/ieee1394/sbp2.h
@@ -342,7 +342,7 @@ struct scsi_id_instance_data {
342 unsigned workarounds; 342 unsigned workarounds;
343 343
344 atomic_t state; 344 atomic_t state;
345 struct delayed_work protocol_work; 345 struct work_struct protocol_work;
346}; 346};
347 347
348/* For use in scsi_id_instance_data.state */ 348/* For use in scsi_id_instance_data.state */