Kernel: Rename SysFS related classes in PCI code

Give them names that sound related to SysFS.
This commit is contained in:
Andreas Kling 2021-07-11 01:31:48 +02:00
parent c74b3a310f
commit 5ec3f5433e
Notes: sideshowbarker 2024-07-18 09:21:29 +09:00
3 changed files with 32 additions and 32 deletions

View file

@ -51,7 +51,7 @@ UNMAP_AFTER_INIT void initialize()
VERIFY_NOT_REACHED();
}
PCI::BusExposedFolder::initialize();
PCI::PCIBusSysFSDirectory::initialize();
PCI::enumerate([&](const Address& address, ID id) {
dmesgln("{} {}", address, id);