Commit d14e3a9f authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] remove obsolete code from mcfserial.h

This patch removes the old 2.0.x conditional code from the
mcfserial.h header.
parent d070ff0b
......@@ -69,13 +69,8 @@ struct mcf_serial {
struct work_struct tqueue_hangup;
struct termios normal_termios;
struct termios callout_termios;
#if LINUX_VERSION_CODE <= 0x020100
struct wait_queue *open_wait;
struct wait_queue *close_wait;
#else
wait_queue_head_t open_wait;
wait_queue_head_t close_wait;
#endif
};
......
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