1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

Kernel: Remove unused gunk from PATADiskDevice

This commit is contained in:
Andreas Kling 2019-09-04 11:04:50 +02:00
parent deb31645aa
commit 8cbb38a237
2 changed files with 4 additions and 84 deletions

View file

@ -4,14 +4,11 @@
//
#pragma once
#include <AK/RefPtr.h>
#include <Kernel/Devices/DiskDevice.h>
#include <Kernel/Devices/PATAChannel.h>
#include <Kernel/IRQHandler.h>
#include <Kernel/Lock.h>
#include <Kernel/PCI.h>
#include <Kernel/VM/PhysicalAddress.h>
#include <Kernel/VM/PhysicalPage.h>
class PATAChannel;
class PATADiskDevice final : public DiskDevice {
AK_MAKE_ETERNAL