ladybird/Kernel/Storage/ATA/AHCI
Liav A f510c0ba04 Kernel: Remove stale includes of x86 IO header file
The AHCI code doesn't rely on x86 IO at all as it only uses memory
mapped IO so we can simply remove the header.

We also simply don't use x86 IO in the Intel graphics driver, so we can
simply remove the include of the x86 IO header there too.

Everything else was a bunch of stale includes to the x86 IO header and
are actually not necessary, so let's remove them to make it easier to
compile non-x86 Kernel builds.
2022-09-20 18:43:05 +01:00
..
Controller.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
Controller.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Definitions.h Kernel/Storage: Move ATA device signature definitions to a general file 2022-07-19 11:07:34 +01:00
InterruptHandler.cpp Kernel/Storage: Move AHCI and IDE code into new subdirectories 2022-07-19 11:07:34 +01:00
InterruptHandler.h Kernel: Remove stale includes of x86 IO header file 2022-09-20 18:43:05 +01:00
Port.cpp Kernel: Move IO delay code to x86 architecture subdirectory 2022-09-20 18:43:05 +01:00
Port.h Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage 2022-08-24 18:35:41 +02:00