mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel/Interrupts: Move PCIIRQHandler => PCI::IRQHandler
This class is part of the PCI code so let's move it to the PCI namespace like other handling code parts of the PCI bus.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
namespace Kernel::Audio::IntelHDA {
|
||||
|
||||
InterruptHandler::InterruptHandler(Controller& controller)
|
||||
: PCIIRQHandler(controller, controller.device_identifier().interrupt_line().value())
|
||||
: PCI::IRQHandler(controller, controller.device_identifier().interrupt_line().value())
|
||||
, m_controller(controller)
|
||||
{
|
||||
enable_irq();
|
||||
|
||||
Reference in New Issue
Block a user