[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:
@@ -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
|
||||
|
Reference in New Issue
Block a user