提交 8ff37c38 编写于 作者: P Peter Korsgaard 提交者: Grant Likely

mcp23s08: remove unused work queue

Never accessed anywhere.
Signed-off-by: NPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册