Kernel: Remove unnecessary class member in UHCIController
The m_address member is not needed, since PCI::Device already has one.
This commit is contained in:
parent
4e6a50f1d0
commit
d9863e0b6c
Notes:
sideshowbarker
2024-07-19 02:19:57 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/d9863e0b6cf Pull-request: https://github.com/SerenityOS/serenity/pull/3554
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ private:
|
|||
|
||||
virtual void handle_irq(const RegisterState&) override;
|
||||
|
||||
PCI::Address m_address;
|
||||
IOAddress m_io_base;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue