Browse Source

ipmi_si: Get rid of unused spacing and port fields

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Corey Minyard 8 years ago
parent
commit
d1a6791323
1 changed files with 0 additions and 10 deletions
  1. 0 10
      drivers/char/ipmi/ipmi_si_intf.c

+ 0 - 10
drivers/char/ipmi/ipmi_si_intf.c

@@ -198,16 +198,6 @@ struct smi_info {
 	 */
 	 */
 	bool                run_to_completion;
 	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. */
 	/* The timer for this si. */
 	struct timer_list   si_timer;
 	struct timer_list   si_timer;