mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 14:46:43 +07:00
ipmi: Remove usecount function from interfaces
All the users are now gone. Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
f0258c9530
commit
8eb005bf6e
@ -140,15 +140,6 @@ struct ipmi_smi_handlers {
|
|||||||
* block.
|
* block.
|
||||||
*/
|
*/
|
||||||
void (*set_maintenance_mode)(void *send_info, bool enable);
|
void (*set_maintenance_mode)(void *send_info, bool enable);
|
||||||
|
|
||||||
/*
|
|
||||||
* Tell the handler that we are using it/not using it. The
|
|
||||||
* message handler get the modules that this handler belongs
|
|
||||||
* to; this function lets the SMI claim any modules that it
|
|
||||||
* uses. These may be NULL if this is not required.
|
|
||||||
*/
|
|
||||||
int (*inc_usecount)(void *send_info);
|
|
||||||
void (*dec_usecount)(void *send_info);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct ipmi_device_id {
|
struct ipmi_device_id {
|
||||||
|
Loading…
Reference in New Issue
Block a user