mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 10:34:58 +00:00
Kernel: Rename FirmwareSysFSDirectory => SysFSFirmwareDirectory
This matches how we give the pattern names for other classses for SysFS components.
This commit is contained in:
parent
0a0ba4cbc5
commit
be16a91aec
7 changed files with 15 additions and 15 deletions
|
@ -391,7 +391,7 @@ void init_stage2(void*)
|
|||
if (!PCI::Access::is_disabled()) {
|
||||
USB::USBManagement::initialize();
|
||||
}
|
||||
FirmwareSysFSDirectory::initialize();
|
||||
SysFSFirmwareDirectory::initialize();
|
||||
|
||||
if (!PCI::Access::is_disabled()) {
|
||||
VirtIO::detect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue