From 45184af20936cb889b658e69e00a0bb3d522757f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 16 Feb 2020 17:29:19 +0100 Subject: Revert to good ol' paging --- src/kernel/fs/ata_pio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/fs/ata_pio.c') diff --git a/src/kernel/fs/ata_pio.c b/src/kernel/fs/ata_pio.c index fef3a32..b6dcdcc 100644 --- a/src/kernel/fs/ata_pio.c +++ b/src/kernel/fs/ata_pio.c @@ -1,6 +1,6 @@ #include #include -#include +#include struct ata_interface *new_ata(uint8_t master, uint16_t port_base) { -- cgit v1.2.3