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 { struct termios tm; }; -#define bcopy(src, dest, n) memcpy ((dest), (src), (n)) - -#define SEM_SIGIGNORE 0x1234 - extern int rio_debug; #define RIO_DEBUG_INIT 0x000001 |