Commit 391185e4 authored by Dave Jones's avatar Dave Jones Committed by Jeff Garzik

Remove old 2.2.x wait queue compat code from cosa wan driver.

parent 8f9687a1
......@@ -105,13 +105,6 @@
#include <net/syncppp.h>
#include "cosa.h"
/* Linux version stuff */
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,1)
typedef struct wait_queue *wait_queue_head_t;
#define DECLARE_WAITQUEUE(wait, current) \
struct wait_queue wait = { current, NULL }
#endif
/* Maximum length of the identification string. */
#define COSA_MAX_ID_STRING 128
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment