diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-01-16 12:19:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-17 02:31:28 -0500 |
commit | 8b03de1f667a5c15d1e4d50318a27a67669f8980 (patch) | |
tree | 859381fd898eba9a66040b88576ede5a47c198b8 /drivers/char | |
parent | f099bfb7089735ad1760b3c6938069af10a88cc0 (diff) |
[PATCH] Remove unused code from rioroute.h
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/rio/rioroute.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/char/rio/rioroute.c b/drivers/char/rio/rioroute.c index 0f4cd33ba641..f98888f52659 100644 --- a/drivers/char/rio/rioroute.c +++ b/drivers/char/rio/rioroute.c | |||
@@ -112,15 +112,6 @@ int RIORouteRup(struct rio_info *p, uint Rup, struct Host *HostP, PKT * PacketP) | |||
112 | int Lies; | 112 | int Lies; |
113 | unsigned long flags; | 113 | unsigned long flags; |
114 | 114 | ||
115 | #ifdef STACK | ||
116 | RIOStackCheck("RIORouteRup"); | ||
117 | #endif | ||
118 | #ifdef CHECK | ||
119 | CheckPacketP(PacketP); | ||
120 | CheckHostP(HostP); | ||
121 | CheckRup(Rup); | ||
122 | CheckHost(Host); | ||
123 | #endif | ||
124 | /* | 115 | /* |
125 | ** Is this unit telling us it's current link topology? | 116 | ** Is this unit telling us it's current link topology? |
126 | */ | 117 | */ |
@@ -540,9 +531,6 @@ uint unit; | |||
540 | 531 | ||
541 | for (port = 0; port < PORTS_PER_RTA; port++, PortN++) { | 532 | for (port = 0; port < PORTS_PER_RTA; port++, PortN++) { |
542 | ushort dest_port = port + 8; | 533 | ushort dest_port = port + 8; |
543 | #if 0 | ||
544 | uint PktInt; | ||
545 | #endif | ||
546 | WORD *TxPktP; | 534 | WORD *TxPktP; |
547 | PKT *Pkt; | 535 | PKT *Pkt; |
548 | 536 | ||
@@ -623,10 +611,6 @@ uint UnitId; | |||
623 | unsigned long flags; | 611 | unsigned long flags; |
624 | rio_spin_lock_irqsave(&HostP->HostLock, flags); | 612 | rio_spin_lock_irqsave(&HostP->HostLock, flags); |
625 | 613 | ||
626 | #ifdef CHECK | ||
627 | CheckHostP(HostP); | ||
628 | CheckUnitId(UnitId); | ||
629 | #endif | ||
630 | if (RIOCheck(HostP, UnitId)) { | 614 | if (RIOCheck(HostP, UnitId)) { |
631 | rio_dprintk(RIO_DEBUG_ROUTE, "Unit %d is NOT isolated\n", UnitId); | 615 | rio_dprintk(RIO_DEBUG_ROUTE, "Unit %d is NOT isolated\n", UnitId); |
632 | rio_spin_unlock_irqrestore(&HostP->HostLock, flags); | 616 | rio_spin_unlock_irqrestore(&HostP->HostLock, flags); |
@@ -651,10 +635,6 @@ uint UnitId; | |||
651 | { | 635 | { |
652 | uint link, unit; | 636 | uint link, unit; |
653 | 637 | ||
654 | #ifdef CHECK | ||
655 | CheckHostP(HostP); | ||
656 | CheckUnitId(UnitId); | ||
657 | #endif | ||
658 | UnitId--; /* this trick relies on the Unit Id being UNSIGNED! */ | 638 | UnitId--; /* this trick relies on the Unit Id being UNSIGNED! */ |
659 | 639 | ||
660 | if (UnitId >= MAX_RUP) /* dontcha just lurv unsigned maths! */ | 640 | if (UnitId >= MAX_RUP) /* dontcha just lurv unsigned maths! */ |
@@ -684,10 +664,6 @@ uint UnitId; | |||
684 | { | 664 | { |
685 | unsigned char link; | 665 | unsigned char link; |
686 | 666 | ||
687 | #ifdef CHECK | ||
688 | CheckHostP(HostP); | ||
689 | CheckUnitId(UnitId); | ||
690 | #endif | ||
691 | /* rio_dprint(RIO_DEBUG_ROUTE, ("Check to see if unit %d has a route to the host\n",UnitId)); */ | 667 | /* rio_dprint(RIO_DEBUG_ROUTE, ("Check to see if unit %d has a route to the host\n",UnitId)); */ |
692 | rio_dprintk(RIO_DEBUG_ROUTE, "RIOCheck : UnitID = %d\n", UnitId); | 668 | rio_dprintk(RIO_DEBUG_ROUTE, "RIOCheck : UnitID = %d\n", UnitId); |
693 | 669 | ||