Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0641cc4 authored by David Woodhouse's avatar David Woodhouse
Browse files

solos: Remove superfluous wait_queue_head_t from struct solos_param

parent fcd82664
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)