diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-03-24 06:18:31 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:29 -0500 |
commit | 57c2d60e1e3db506cdcecbf60f939593125db7f8 (patch) | |
tree | f91c0b9b1682772fd5150919fd8a57479700f2dc /drivers/char/rio/phb.h | |
parent | db3185242a9a369d5ef13cd2baf196507925009e (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/phb.h')
-rw-r--r-- | drivers/char/rio/phb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/rio/phb.h b/drivers/char/rio/phb.h index 05d59f4b9fb0..a4c48ae4e365 100644 --- a/drivers/char/rio/phb.h +++ b/drivers/char/rio/phb.h | |||
@@ -117,7 +117,7 @@ | |||
117 | * the start. The pointer tx_add points to a SPACE to put a Packet. | 117 | * the start. The pointer tx_add points to a SPACE to put a Packet. |
118 | * The pointer tx_remove points to the next Packet to remove | 118 | * The pointer tx_remove points to the next Packet to remove |
119 | *************************************************************************/ | 119 | *************************************************************************/ |
120 | typedef struct PHB PHB; | 120 | |
121 | struct PHB { | 121 | struct PHB { |
122 | u8 source; | 122 | u8 source; |
123 | u8 handshake; | 123 | u8 handshake; |