ip2main: remove unused variable rc in ip2_init_board

parent 7d5c0365
......@@ -967,7 +967,7 @@ EXPORT_SYMBOL(ip2_loadmain);
static void __init
ip2_init_board( int boardnum )
{
int i,rc;
int i;
int nports = 0, nboxes = 0;
i2ChanStrPtr pCh;
i2eBordStrPtr pB = i2BoardPtrTable[boardnum];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment