aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2017-09-12 23:14:25 -0500
committerCorey Minyard <cminyard@mvista.com>2017-09-28 12:25:59 -0500
commitd1a6791323b810ce9136a58d95c6e0e455313388 (patch)
tree7d42ba31022b7f7fa3d616892d04b0090337e616 /drivers/char
parentipmi_si: Move PARISC handling to another file (diff)
downloadlinux-dev-d1a6791323b810ce9136a58d95c6e0e455313388.tar.xz
linux-dev-d1a6791323b810ce9136a58d95c6e0e455313388.zip
ipmi_si: Get rid of unused spacing and port fields
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/ipmi/ipmi_si_intf.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index 2d538840fbf4..801ca241b34c 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;