diff options
| -rw-r--r-- | drivers/char/rio/riotable.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/char/rio/riotable.c b/drivers/char/rio/riotable.c index 42c3dffcbbb2..a86b216ab653 100644 --- a/drivers/char/rio/riotable.c +++ b/drivers/char/rio/riotable.c | |||
| @@ -754,11 +754,6 @@ struct Map *HostMapP; | |||
| 754 | ushort RtaType; | 754 | ushort RtaType; |
| 755 | unsigned long flags; | 755 | unsigned long flags; |
| 756 | 756 | ||
| 757 | #ifdef CHECK | ||
| 758 | CheckHostP(HostP); | ||
| 759 | CheckHostMapP(HostMapP); | ||
| 760 | #endif | ||
| 761 | |||
| 762 | rio_dprintk(RIO_DEBUG_TABLE, "Mapping sysport %d to id %d\n", (int) HostMapP->SysPort, HostMapP->ID); | 757 | rio_dprintk(RIO_DEBUG_TABLE, "Mapping sysport %d to id %d\n", (int) HostMapP->SysPort, HostMapP->ID); |
| 763 | 758 | ||
| 764 | /* | 759 | /* |
| @@ -784,9 +779,6 @@ struct Map *HostMapP; | |||
| 784 | 779 | ||
| 785 | rio_dprintk(RIO_DEBUG_TABLE, "c1 p = %p, p->rioPortp = %p\n", p, p->RIOPortp); | 780 | rio_dprintk(RIO_DEBUG_TABLE, "c1 p = %p, p->rioPortp = %p\n", p, p->RIOPortp); |
| 786 | PortP = p->RIOPortp[SysPort]; | 781 | PortP = p->RIOPortp[SysPort]; |
| 787 | #if 0 | ||
| 788 | PortP->TtyP = &p->channel[SysPort]; | ||
| 789 | #endif | ||
| 790 | rio_dprintk(RIO_DEBUG_TABLE, "Map port\n"); | 782 | rio_dprintk(RIO_DEBUG_TABLE, "Map port\n"); |
| 791 | 783 | ||
| 792 | /* | 784 | /* |
