aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/fs/ata_pio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/fs/ata_pio.c')
-rw-r--r--src/kernel/fs/ata_pio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kernel/fs/ata_pio.c b/src/kernel/fs/ata_pio.c
index 2de57b8..0134ee4 100644
--- a/src/kernel/fs/ata_pio.c
+++ b/src/kernel/fs/ata_pio.c
@@ -1,7 +1,6 @@
#include <kernel/io/io.h>
#include <kernel/lib/stdlib.h>
#include <kernel/fs/ata_pio.h>
-#include <kernel/interrupts/interrupts.h>
struct ata_interface *new_ata(uint8_t master, uint16_t port_base)
{