]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/lan91c96.c
* Code cleanup:
[karo-tx-uboot.git] / drivers / lan91c96.c
index 76b0c53ae15fad596bd1fe4cbb38e17727c07e13..189ca87624dee929b68e19a48a1c06944bdaa635 100644 (file)
@@ -179,7 +179,6 @@ static int smc_close (void);
 static int smc_rcv (void);
 
 
-
 /* ------------------------------------------------------------
  * Internal routines
  * ------------------------------------------------------------
@@ -252,7 +251,6 @@ static void print_packet (byte *, int);
 /* #define tx_done(dev) 1 */
 
 
-
 /* this does a soft reset on the device */
 static void smc_reset (void);
 
@@ -668,7 +666,6 @@ static int smc_rcv ()
                packet_length -= 4;             /*4; */
 
 
-
                /* set odd length for bug in LAN91C111, */
                /* which never sets RS_ODDFRAME */
                /* TODO ? */