Skip to content
Snippets Groups Projects
Commit 157fc2d7 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

service/pcie: Fix invalid initialization argument

parent 85cfd96f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public:
class PCIe final : public ServiceFramework<PCIe> {
public:
explicit PCIe(Core::System& system_) : ServiceFramework{system, "pcie"} {
explicit PCIe(Core::System& system_) : ServiceFramework{system_, "pcie"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "RegisterClassDriver"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment