diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-01-29 11:31:28 +1100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-01-29 11:31:28 +1100 |
commit | a0641cc49a1d1436b3591a9aa4be8159f84b662c (patch) | |
tree | c2523b2222219d07cdbe3e0fd871881de5fa263f /drivers/atm | |
parent | fcd82664cb421b043f97ad194a7eda3592e0349e (diff) |
solos: Remove superfluous wait_queue_head_t from struct solos_param
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/solos-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index f2736dd3eb02..8121f8556ea8 100644 --- 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) |