Skip to content

Commit

Permalink
mcp23s08: remove unused work queue
Browse files Browse the repository at this point in the history
Never accessed anywhere.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Peter Korsgaard authored and Grant Likely committed Jul 15, 2011
1 parent cd27918 commit 8ff37c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpio/gpio-mcp23s08.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/workqueue.h>
#include <linux/mutex.h>
#include <linux/gpio.h>
#include <linux/spi/spi.h>
Expand Down Expand Up @@ -60,8 +59,6 @@ struct mcp23s08 {

struct gpio_chip chip;

struct work_struct work;

const struct mcp23s08_ops *ops;
};

Expand Down

0 comments on commit 8ff37c3

Please sign in to comment.