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:
fcd8266
)
solos: Remove superfluous wait_queue_head_t from struct solos_param
author
David Woodhouse
<David.Woodhouse@intel.com>
Thu, 29 Jan 2009 00:31:28 +0000
(11:31 +1100)
committer
David Woodhouse
<David.Woodhouse@intel.com>
Thu, 29 Jan 2009 00:31:28 +0000
(11:31 +1100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/atm/solos-pci.c
patch
|
blob
|
history
diff --git
a/drivers/atm/solos-pci.c
b/drivers/atm/solos-pci.c
index f2736dd3eb02b698ce9d257b96a79a14e70c20f8..8121f8556ea8482fd7487d292176bc828541b300 100644
(file)
--- a/
drivers/atm/solos-pci.c
+++ b/
drivers/atm/solos-pci.c
@@
-123,7
+123,6
@@
struct solos_param {
pid_t pid;
int port;
struct sk_buff *response;
- wait_queue_head_t wq;
};
#define SOLOS_CHAN(atmdev) ((int)(unsigned long)(atmdev)->phy_data)