Commit b965eeb8 authored by Adrian Bunk's avatar Adrian Bunk Committed by Russell King

[SERIAL] serialP.h: remove a kernel 2.2 #ifdef

Patch from Adrian Bunk
parent b7d8e73f
......@@ -26,11 +26,6 @@
#include <linux/interrupt.h>
#include <linux/circ_buf.h>
#include <linux/wait.h>
#if (LINUX_VERSION_CODE < 0x020300)
/* Unfortunate, but Linux 2.2 needs async_icount defined here and
* it got moved in 2.3 */
#include <linux/serial.h>
#endif
struct serial_state {
int magic;
......
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