|
@@ -739,7 +739,6 @@ INIT - Look for an adapter, this routine's visible to the outside
|
|
static int rtl_init(struct eth_device *dev, bd_t *bis)
|
|
static int rtl_init(struct eth_device *dev, bd_t *bis)
|
|
{
|
|
{
|
|
static int board_idx = -1;
|
|
static int board_idx = -1;
|
|
- static int printed_version = 0;
|
|
|
|
int i, rc;
|
|
int i, rc;
|
|
int option = -1, Cap10_100 = 0, Cap1000 = 0;
|
|
int option = -1, Cap10_100 = 0, Cap1000 = 0;
|
|
|
|
|
|
@@ -751,8 +750,6 @@ static int rtl_init(struct eth_device *dev, bd_t *bis)
|
|
|
|
|
|
board_idx++;
|
|
board_idx++;
|
|
|
|
|
|
- printed_version = 1;
|
|
|
|
-
|
|
|
|
/* point to private storage */
|
|
/* point to private storage */
|
|
tpc = &tpx;
|
|
tpc = &tpx;
|
|
|
|
|