From: Corey Minyard Date: Wed, 13 Sep 2017 04:14:25 +0000 (-0500) Subject: ipmi_si: Get rid of unused spacing and port fields X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d1a6791323b810ce9136a58d95c6e0e455313388;p=linux.git ipmi_si: Get rid of unused spacing and port fields Signed-off-by: Corey Minyard --- diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c index 2d538840fbf49..801ca241b34c0 100644 --- a/drivers/char/ipmi/ipmi_si_intf.c +++ b/drivers/char/ipmi/ipmi_si_intf.c @@ -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;