aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/rocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rocket.c')
-rw-r--r--drivers/char/rocket.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c
index 01ce0c7d30a..919fb9b06b8 100644
--- a/drivers/char/rocket.c
+++ b/drivers/char/rocket.c
@@ -2376,18 +2376,6 @@ static int __init rp_init(void)
return -ENOMEM;
/*
- * Initialize the array of pointers to our own internal state
- * structures.
- */
- memset(rp_table, 0, sizeof (rp_table));
- memset(xmit_flags, 0, sizeof (xmit_flags));
-
- for (i = 0; i < MAX_RP_PORTS; i++)
- lineNumbers[i] = 0;
- nextLineNumber = 0;
- memset(rocketModel, 0, sizeof (rocketModel));
-
- /*
* If board 1 is non-zero, there is at least one ISA configured. If controller is
* zero, use the default controller IO address of board1 + 0x40.
*/