Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / KernelLand / Modules / USB / Core / main.c
index df7f174..94ec253 100644 (file)
@@ -36,7 +36,6 @@ tDevFS_Driver gUSB_DrvInfo = {
                .Type = &gUSB_RootNodeType
        }
 };
-tUSBHost       *gUSB_Hosts = NULL;
 
 // === CODE ===
 /**
@@ -44,8 +43,6 @@ tUSBHost      *gUSB_Hosts = NULL;
  */
 int USB_Install(char **Arguments)
 {
-       Log_Warning("USB", "Not Complete - Devel Only");
-       
        Proc_SpawnWorker(USB_PollThread, NULL);
        Proc_SpawnWorker(USB_AsyncThread, NULL);
        

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