Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / block / blkio.c
index 481092558da302ecce59ba891174af3e5db432c3..aa4ebb18ce18bdc36a62fd4199f36c9fa62ce320 100644 (file)
@@ -3,7 +3,7 @@
 #include <lunaix/mm/cake.h>
 #include <lunaix/mm/valloc.h>
 
-#include <sys/cpu.h>
+#include <asm/cpu.h>
 
 static struct cake_pile* blkio_reqpile;