* Patch by Dave Peverley, 30 Apr 2004:
  Add support for OMAP730 Perseus2 Development board

* Patch by Alan J. Luse, 29 Apr 2004:
  Fix flash chip-select (OR0) option register setting on FADS boards.

* Patch by Alan J. Luse, 29 Apr 2004:
  Report MII network speed and duplex setting properly when
  auto-negotiate is not enabled.

* Patch by Jarrett Redd, 29 Apr 2004:
  Fix hang on reset on Ocotea board due to flash in wrong mode.
diff --git a/drivers/lan91c96.c b/drivers/lan91c96.c
index 032f978..c3b715c 100644
--- a/drivers/lan91c96.c
+++ b/drivers/lan91c96.c
@@ -620,7 +620,7 @@
 		address |= smc_mac_addr[i];
 		SMC_outw (address, LAN91C96_IA0 + i);
 	}
-#else 
+#else
 	for (i = 0; i < 6; i++)
 		SMC_outb (smc_mac_addr[i], LAN91C96_IA0 + i);
 #endif
@@ -937,7 +937,7 @@
 	return (0);
 }
 
-/* 
+/*
  * get_rom_mac()
  * Note, this has omly been tested for the OMAP730 P2.
  */
@@ -960,6 +960,4 @@
 #endif
 }
 
-
-
 #endif /* CONFIG_DRIVER_LAN91C96 */