mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ipmi: Finally get rid of ipmi_user_t and ipmi_smi_t
All the users have been removed, we can remove the typedefs. Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
@@ -27,7 +27,7 @@ struct device;
|
||||
* Opaque type for a IPMI message user. One of these is needed to
|
||||
* send and receive messages.
|
||||
*/
|
||||
typedef struct ipmi_user *ipmi_user_t;
|
||||
struct ipmi_user;
|
||||
|
||||
/*
|
||||
* Stuff coming from the receive interface comes as one of these.
|
||||
|
Reference in New Issue
Block a user