ipmi_si: Get rid of unused spacing and port fields
authorCorey Minyard <cminyard@mvista.com>
Wed, 13 Sep 2017 04:14:25 +0000 (23:14 -0500)
committerCorey Minyard <cminyard@mvista.com>
Thu, 28 Sep 2017 17:25:59 +0000 (12:25 -0500)
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_intf.c

index 2d538840fbf49ab5efdd8863ce3f90316a098add..801ca241b34c06ee484b97bc0a0dfc7590b4dd62 100644 (file)
@@ -198,16 +198,6 @@ struct smi_info {
         */
        bool                run_to_completion;
 
-       /* The I/O port of an SI interface. */
-       int                 port;
-
-       /*
-        * The space between start addresses of the two ports.  For
-        * instance, if the first port is 0xca2 and the spacing is 4, then
-        * the second port is 0xca6.
-        */
-       unsigned int        spacing;
-
        /* The timer for this si. */
        struct timer_list   si_timer;