diff options
| author | Corey Minyard <cminyard@mvista.com> | 2018-04-05 23:10:08 -0400 |
|---|---|---|
| committer | Corey Minyard <cminyard@mvista.com> | 2018-04-18 11:23:03 -0400 |
| commit | 8eb005bf6e58ca08802ac8170e5d3c8486cb2d79 (patch) | |
| tree | 73a1b72615f8555eaa23c7e4f8a6098f0c7d1cd9 /include | |
| parent | f0258c95304e7712143bddd3a2af53bc9e549a7b (diff) | |
ipmi: Remove usecount function from interfaces
All the users are now gone.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ipmi_smi.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/ipmi_smi.h b/include/linux/ipmi_smi.h index bdcda4741c89..16662b0423bf 100644 --- a/include/linux/ipmi_smi.h +++ b/include/linux/ipmi_smi.h | |||
| @@ -140,15 +140,6 @@ struct ipmi_smi_handlers { | |||
| 140 | * block. | 140 | * block. |
| 141 | */ | 141 | */ |
| 142 | void (*set_maintenance_mode)(void *send_info, bool enable); | 142 | void (*set_maintenance_mode)(void *send_info, bool enable); |
| 143 | |||
| 144 | /* | ||
| 145 | * Tell the handler that we are using it/not using it. The | ||
| 146 | * message handler get the modules that this handler belongs | ||
| 147 | * to; this function lets the SMI claim any modules that it | ||
| 148 | * uses. These may be NULL if this is not required. | ||
| 149 | */ | ||
| 150 | int (*inc_usecount)(void *send_info); | ||
| 151 | void (*dec_usecount)(void *send_info); | ||
| 152 | }; | 143 | }; |
| 153 | 144 | ||
| 154 | struct ipmi_device_id { | 145 | struct ipmi_device_id { |
