From: Peter Korsgaard Date: Thu, 14 Jul 2011 19:59:26 +0000 (+0200) Subject: mcp23s08: remove unused work queue X-Git-Tag: next-20110726~162^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8ff37c38a26dbdba16f07d48c13bf5f212a98c89;p=karo-tx-linux.git mcp23s08: remove unused work queue Never accessed anywhere. Signed-off-by: Peter Korsgaard Signed-off-by: Grant Likely --- diff --git a/drivers/gpio/gpio-mcp23s08.c b/drivers/gpio/gpio-mcp23s08.c index 0083ec051de5..da3e04f0909b 100644 --- a/drivers/gpio/gpio-mcp23s08.c +++ b/drivers/gpio/gpio-mcp23s08.c @@ -4,7 +4,6 @@ #include #include -#include #include #include #include @@ -60,8 +59,6 @@ struct mcp23s08 { struct gpio_chip chip; - struct work_struct work; - const struct mcp23s08_ops *ops; };