Commit 4372ea94 authored by Corey Minyard's avatar Corey Minyard

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: default avatarCorey Minyard <cminyard@mvista.com>
parent 4a758c92
...@@ -27,7 +27,7 @@ struct device; ...@@ -27,7 +27,7 @@ struct device;
* Opaque type for a IPMI message user. One of these is needed to * Opaque type for a IPMI message user. One of these is needed to
* send and receive messages. * 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. * Stuff coming from the receive interface comes as one of these.
......
...@@ -28,7 +28,7 @@ struct device; ...@@ -28,7 +28,7 @@ struct device;
*/ */
/* Structure for the low-level drivers. */ /* Structure for the low-level drivers. */
typedef struct ipmi_smi *ipmi_smi_t; struct ipmi_smi;
/* /*
* Messages to/from the lower layer. The smi interface will take one * Messages to/from the lower layer. The smi interface will take one
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment