diff options
author | Corey Minyard <cminyard@mvista.com> | 2018-04-18 18:00:47 +0300 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2018-09-19 00:15:33 +0300 |
commit | 4372ea94d40c5676814fc6d815a64caed963cb9f (patch) | |
tree | 6d8536083309dc19c7a85b66b54e552b1ce98dd2 /include/linux/ipmi.h | |
parent | 4a758c929dc0f0a1e5359d456e6978fd2fdee9b7 (diff) | |
download | linux-4372ea94d40c5676814fc6d815a64caed963cb9f.tar.xz |
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>
Diffstat (limited to 'include/linux/ipmi.h')
-rw-r--r-- | include/linux/ipmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 41f5c086f670..ef61676cfe05 100644 --- a/include/linux/ipmi.h +++ b/include/linux/ipmi.h @@ -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. |