Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1a67913 authored by Corey Minyard's avatar Corey Minyard
Browse files

ipmi_si: Get rid of unused spacing and port fields

parent c6f85a75
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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;