Kernel: Rename SystemExposedComponent => SysFSComponent

This commit is contained in:
Andreas Kling 2021-07-11 01:06:27 +02:00
commit 517170a986
Notes: sideshowbarker 2024-07-18 09:21:47 +09:00
10 changed files with 32 additions and 32 deletions

View file

@ -25,7 +25,7 @@ UNMAP_AFTER_INIT NonnullRefPtr<DMIEntryPointExposedBlob> DMIEntryPointExposedBlo
}
UNMAP_AFTER_INIT BIOSExposedComponent::BIOSExposedComponent(String name)
: SystemExposedComponent(name)
: SysFSComponent(name)
{
}