mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-06 15:28:38 +07:00
mcp23s08: remove unused work queue
Never accessed anywhere. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
cd27918dc9
commit
8ff37c38a2
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user