solos: Remove superfluous wait_queue_head_t from struct solos_param
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
fcd82664cb
commit
a0641cc49a
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ struct solos_param {
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
int port;
|
int port;
|
||||||
struct sk_buff *response;
|
struct sk_buff *response;
|
||||||
wait_queue_head_t wq;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SOLOS_CHAN(atmdev) ((int)(unsigned long)(atmdev)->phy_data)
|
#define SOLOS_CHAN(atmdev) ((int)(unsigned long)(atmdev)->phy_data)
|
||||||
|
|
Loading…
Reference in a new issue