diff options
| author | Adrian Bunk <bunk@de.rmk.(none)> | 2004-03-15 23:03:37 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-03-15 23:03:37 +0000 |
| commit | b965eeb8aa0104efb0a41e03b351c03d1b635067 (patch) | |
| tree | ad54bd2be3111b75d23cea3df2c043c681900f46 /include | |
| parent | b7d8e73f83c19c1ba81e4dd6a221fdd39e4483ff (diff) | |
[SERIAL] serialP.h: remove a kernel 2.2 #ifdef
Patch from Adrian Bunk
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serialP.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 6b92d29979ca..93f7492edaac 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -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; |
