* Code cleanup:
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/drivers/i82365.c b/drivers/i82365.c
index 81736b9..5f44eac 100644
--- a/drivers/i82365.c
+++ b/drivers/i82365.c
@@ -36,7 +36,6 @@
 #include <command.h>
 #include <pci.h>
 #include <pcmcia.h>
-#include <cmd_pcmcia.h>
 #include <asm/io.h>
 
 #include <pcmcia/ss.h>
@@ -153,7 +152,7 @@
     Code to save and restore global state information for TI 1130 and
     TI 1131 controllers, and to set and report global configuration
     options.
-    
+
 ======================================================================*/
 
 static void ti113x_get_state (socket_info_t * s)
@@ -195,7 +194,7 @@
 /*======================================================================
 
     Routines to handle common CardBus options
-    
+
 ======================================================================*/
 
 /* Default settings for PCI command configuration register */
@@ -239,7 +238,7 @@
 
     Power control for Cardbus controllers: used both for 16-bit and
     Cardbus cards.
-    
+
 ======================================================================*/
 
 static int cb_set_power (socket_info_t * s, socket_state_t * state)
@@ -286,7 +285,7 @@
 /*======================================================================
 
     Generic routines to get and set controller options
-    
+
 ======================================================================*/
 
 static void get_bridge_state (socket_info_t * s)
@@ -560,7 +559,7 @@
 /*======================================================================
 
     Debug stuff
-    
+
 ======================================================================*/
 
 #ifdef DEBUG