[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>
This commit is contained in:
Alan Cox
2006-03-24 03:18:31 -08:00
committed by Linus Torvalds
parent db3185242a
commit 57c2d60e1e
15 changed files with 36 additions and 524 deletions

View File

@@ -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