Skip to content

Commit

Permalink
[PATCH] Remove rio_table.c unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jan 17, 2006
1 parent 542ea6c commit 1384cee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/char/rio/riotable.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,6 @@ struct Map *HostMapP;
ushort RtaType;
unsigned long flags;

#ifdef CHECK
CheckHostP(HostP);
CheckHostMapP(HostMapP);
#endif

rio_dprintk(RIO_DEBUG_TABLE, "Mapping sysport %d to id %d\n", (int) HostMapP->SysPort, HostMapP->ID);

/*
Expand All @@ -784,9 +779,6 @@ struct Map *HostMapP;

rio_dprintk(RIO_DEBUG_TABLE, "c1 p = %p, p->rioPortp = %p\n", p, p->RIOPortp);
PortP = p->RIOPortp[SysPort];
#if 0
PortP->TtyP = &p->channel[SysPort];
#endif
rio_dprintk(RIO_DEBUG_TABLE, "Map port\n");

/*
Expand Down

0 comments on commit 1384cee

Please sign in to comment.