From: Arnd Bergmann Date: Mon, 1 Jun 2015 19:06:36 +0000 (+0200) Subject: staging: wilc1000: simplify msgqueue code X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~380 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed3dc1d3ca0fcbf94ad087187e3d34e337ecf4d;p=pandora-kernel.git staging: wilc1000: simplify msgqueue code The driver contains an abstraction for message queues, with optional unused features, while the driver requires the main feature. This makes the msgqueue code unconditional as it's required but removes the unused parts. A later cleanup should remove the entire msgqueue code and replace it with some normal kernel API. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed