projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd27918
)
mcp23s08: remove unused work queue
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 14 Jul 2011 19:59:26 +0000
(21:59 +0200)
committer
Grant Likely
<grant.likely@secretlab.ca>
Fri, 15 Jul 2011 01:44:10 +0000
(19:44 -0600)
Never accessed anywhere.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-mcp23s08.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-mcp23s08.c
b/drivers/gpio/gpio-mcp23s08.c
index 0083ec051de5b7b79567152a8bfc61062ca833da..da3e04f0909bcf50cfa1d6bce3e51c6e02f487d6 100644
(file)
--- a/
drivers/gpio/gpio-mcp23s08.c
+++ b/
drivers/gpio/gpio-mcp23s08.c
@@
-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;
};