diff options
Diffstat (limited to 'drivers/scsi/isci/state_machine.h')
-rw-r--r-- | drivers/scsi/isci/state_machine.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/scsi/isci/state_machine.h b/drivers/scsi/isci/state_machine.h index c29eb4271d05..60ef1cf5abf4 100644 --- a/drivers/scsi/isci/state_machine.h +++ b/drivers/scsi/isci/state_machine.h | |||
@@ -84,14 +84,6 @@ struct sci_base_state { | |||
84 | }; | 84 | }; |
85 | 85 | ||
86 | /** | 86 | /** |
87 | * SET_STATE_HANDLER() - | ||
88 | * | ||
89 | * This macro simply provides simplified retrieval of an objects state handler. | ||
90 | */ | ||
91 | #define SET_STATE_HANDLER(object, table, state) \ | ||
92 | (object)->state_handlers = &(table)[(state)] | ||
93 | |||
94 | /** | ||
95 | * struct sci_base_state_machine - This structure defines the fields common to | 87 | * struct sci_base_state_machine - This structure defines the fields common to |
96 | * all state machines. | 88 | * all state machines. |
97 | * | 89 | * |