I really need to learn to compile test before commiting
[tpg/acess2.git] / Modules / NE2000 / ne2000.c
index 7f95154..99abbb3 100644 (file)
@@ -5,7 +5,7 @@
  */
 #define        DEBUG   0
 #define VERSION        ((0<<8)|50)
-#include <common.h>
+#include <acess.h>
 #include <modules.h>
 #include <fs_devfs.h>
 #include <drv_pci.h>
@@ -216,7 +216,7 @@ int Ne2k_Install(char **Options)
        
        gNe2k_DriverInfo.RootNode.Size = giNe2k_CardCount;
        DevFS_AddDevice( &gNe2k_DriverInfo );
-       return 0;
+       return 1;
 }
 
 /**

UCC git Repository :: git.ucc.asn.au