diff options
Diffstat (limited to 'drivers/char/rio/linux_compat.h')
-rw-r--r-- | drivers/char/rio/linux_compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/rio/linux_compat.h b/drivers/char/rio/linux_compat.h index ebbe3ea873e8..34c0d2899ef1 100644 --- a/drivers/char/rio/linux_compat.h +++ b/drivers/char/rio/linux_compat.h | |||
@@ -25,10 +25,6 @@ struct ttystatics { | |||
25 | struct termios tm; | 25 | struct termios tm; |
26 | }; | 26 | }; |
27 | 27 | ||
28 | #define bcopy(src, dest, n) memcpy ((dest), (src), (n)) | ||
29 | |||
30 | #define SEM_SIGIGNORE 0x1234 | ||
31 | |||
32 | extern int rio_debug; | 28 | extern int rio_debug; |
33 | 29 | ||
34 | #define RIO_DEBUG_INIT 0x000001 | 30 | #define RIO_DEBUG_INIT 0x000001 |