Commit 8ff37c38 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Grant Likely

mcp23s08: remove unused work queue

Never accessed anywhere.
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent cd27918d
......@@ -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>
......@@ -60,8 +59,6 @@ struct mcp23s08 {
struct gpio_chip chip;
struct work_struct work;
const struct mcp23s08_ops *ops;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment