aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/linux_compat.h
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2006-03-24 06:18:31 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-24 10:33:29 -0500
commit57c2d60e1e3db506cdcecbf60f939593125db7f8 (patch)
treef91c0b9b1682772fd5150919fd8a57479700f2dc /drivers/char/rio/linux_compat.h
parentdb3185242a9a369d5ef13cd2baf196507925009e (diff)
[PATCH] Yet more rio cleaning (1 of 2)
- Remove more unused headers - Remove various typedefs - Correct type of PaddrP (physical addresses should be ulong) - Kill use of bcopy - More printk cleanups - Kill true/false - Clean up direct access to pci BARs Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/rio/linux_compat.h')
-rw-r--r--drivers/char/rio/linux_compat.h4
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
32extern int rio_debug; 28extern int rio_debug;
33 29
34#define RIO_DEBUG_INIT 0x000001 30#define RIO_DEBUG_INIT 0x000001