linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / char / ip2.c
similarity index 95%
rename from drivers/char/ip2/ip2base.c
rename to drivers/char/ip2.c
index 435ccfc..7cadfc6 100644 (file)
 #define __initdata
 #endif
 
-#include "ip2types.h"          
-#include "fip_firm.h"          // the meat
+#include "./ip2/ip2types.h"            
+#include "./ip2/fip_firm.h"            // the meat
 
 int
 ip2_loadmain(int *, int  *, unsigned char *, int ); // ref into ip2main.c
 
 /* Note: Add compiled in defaults to these arrays, not to the structure
-       in ip2.h any longer.  That structure WILL get overridden
+       in ip2/ip2.h any longer.  That structure WILL get overridden
        by these values, or command line values, or insmod values!!!  =mhw=
 */
 static int io[IP2_MAX_BOARDS]= { 0, 0, 0, 0 };