Skip to content

Commit

Permalink
ipmi_si: Get rid of unused spacing and port fields
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <cminyard@mvista.com>
  • Loading branch information
Corey Minyard committed Sep 28, 2017
1 parent c6f85a7 commit d1a6791
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d1a6791

Please sign in to comment.