projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f85a7
)
ipmi_si: Get rid of unused spacing and port fields
author
Corey Minyard
<cminyard@mvista.com>
Wed, 13 Sep 2017 04:14:25 +0000
(23:14 -0500)
committer
Corey 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
patch
|
blob
|
history
diff --git
a/drivers/char/ipmi/ipmi_si_intf.c
b/drivers/char/ipmi/ipmi_si_intf.c
index 2d538840fbf49ab5efdd8863ce3f90316a098add..801ca241b34c06ee484b97bc0a0dfc7590b4dd62 100644
(file)
--- 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;