Kernel: Remove unused UHCI_ENABLED flag

This commit is contained in:
Andreas Kling 2021-04-07 15:45:48 +02:00
parent af39d5d146
commit a6ec6b831b
Notes: sideshowbarker 2024-07-18 20:39:21 +09:00
2 changed files with 0 additions and 5 deletions

View file

@ -277,7 +277,6 @@ void init_stage2(void*)
}
}
// FIXME: This should not be i386-specific.
USB::UHCIController::detect();
DMIExpose::initialize();