ipmi: Remove the now unnecessary message queue
authorCorey Minyard <cminyard@mvista.com>
Thu, 6 Nov 2014 23:01:59 +0000 (17:01 -0600)
committerCorey Minyard <cminyard@mvista.com>
Thu, 11 Dec 2014 21:04:10 +0000 (15:04 -0600)
A message queue was added to the message handler, so the SMI
interfaces only need to handle one message at a time.  Pull out
the message queue.  This also leads to some significant
simplification in the shutdown of an interface, since the
message handler now does a lot of the cleanup.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_si_intf.c

Simple merge