Kernel/VirtIO: Remove redundant VirtIO word from filenames

Now that all related VirtIO classes are in the VirtIO namespace, let's
just remove the redundant VirtIO word from filenames.
This commit is contained in:
Liav A 2021-08-27 12:24:50 +03:00 committed by Andreas Kling
commit 01ae614727
Notes: sideshowbarker 2024-07-18 04:59:51 +09:00
14 changed files with 23 additions and 23 deletions

View file

@ -14,7 +14,7 @@
#include <Kernel/Bus/PCI/Access.h>
#include <Kernel/Bus/PCI/Initializer.h>
#include <Kernel/Bus/USB/USBManagement.h>
#include <Kernel/Bus/VirtIO/VirtIO.h>
#include <Kernel/Bus/VirtIO/Device.h>
#include <Kernel/CMOS.h>
#include <Kernel/CommandLine.h>
#include <Kernel/Devices/FullDevice.h>