diff options
Diffstat (limited to 'Kernel/Bus/USB/UHCI/UHCIController.h')
-rw-r--r-- | Kernel/Bus/USB/UHCI/UHCIController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Bus/USB/UHCI/UHCIController.h b/Kernel/Bus/USB/UHCI/UHCIController.h index 6657aa8411..b3ede96c3c 100644 --- a/Kernel/Bus/USB/UHCI/UHCIController.h +++ b/Kernel/Bus/USB/UHCI/UHCIController.h @@ -33,7 +33,7 @@ class UHCIController final public: static constexpr u8 NUMBER_OF_ROOT_PORTS = 2; - static KResultOr<NonnullRefPtr<UHCIController>> try_to_initialize(PCI::Address address); + static KResultOr<NonnullRefPtr<UHCIController>> try_to_initialize(PCI::DeviceIdentifier const& pci_device_identifier); virtual ~UHCIController() override; virtual StringView purpose() const override { return "UHCI"; } |