Browse Source

Staging: rt2860: remove dead INF_AMAZON_SE code

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Bartlomiej Zolnierkiewicz 16 years ago
parent
commit
2074a80c8b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      drivers/staging/rt2860/rt_main_dev.c

+ 1 - 3
drivers/staging/rt2860/rt_main_dev.c

@@ -530,9 +530,7 @@ err1:
 
 	// shall not set ml_priv to NULL here because the ml_priv didn't been free yet.
 	//net_dev->ml_priv = 0;
-#ifdef INF_AMAZON_SE
-err0:
-#endif // INF_AMAZON_SE //
+
 	printk("!!! %s Initialized fail !!!\n", RT28xx_CHIP_NAME);
 	return FALSE;
 } /* End of rt28xx_init */