From: Corey Minyard Date: Thu, 6 Nov 2014 23:01:59 +0000 (-0600) Subject: ipmi: Remove the now unnecessary message queue X-Git-Tag: omap-for-v3.19/fixes-rc1~108^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b874b985c816c74a9bda04082f18db88dcbc808a;p=pandora-kernel.git ipmi: Remove the now unnecessary message queue 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 --- Reading git-diff-tree failed