]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ipmi: Finally get rid of ipmi_user_t and ipmi_smi_t
authorCorey Minyard <cminyard@mvista.com>
Wed, 18 Apr 2018 15:00:47 +0000 (10:00 -0500)
committerCorey Minyard <cminyard@mvista.com>
Tue, 18 Sep 2018 21:15:33 +0000 (16:15 -0500)
All the users have been removed, we can remove the typedefs.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
include/linux/ipmi.h
include/linux/ipmi_smi.h

index 41f5c086f67035e445b0117c6fb5068388258d2f..ef61676cfe05b7537fe96364fc3adc8631207b7f 100644 (file)
@@ -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.
index 7d5fd38d5282ac518905483ce692e8a7bdf431ca..8c4e2ab696c30993301bc10fdd4966b5fec22a17 100644 (file)
@@ -28,7 +28,7 @@ struct device;
  */
 
 /* 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