Kernel: Remove unused gunk from PATADiskDevice

This commit is contained in:
Andreas Kling 2019-09-04 11:04:50 +02:00
commit 8cbb38a237
Notes: sideshowbarker 2024-07-19 12:19:01 +09:00
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