nv_services: Deglobalize NvServices

This commit is contained in:
Fernando Sahmkow
2019-06-10 12:03:30 -04:00
committed by FernandoS27
parent f2e026a1d8
commit 24408cce9b
23 changed files with 65 additions and 51 deletions

View File

@ -138,8 +138,6 @@ NVDRV::NVDRV(std::shared_ptr<Module> nvdrv, const char* name)
{13, &NVDRV::FinishInitialize, "FinishInitialize"},
};
RegisterHandlers(functions);
auto& kernel = Core::System::GetInstance().Kernel();
}
NVDRV::~NVDRV() = default;