summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/StorageKit/NVME.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/StorageKit/NVME.h')
-rw-r--r--src/kernel/StorageKit/NVME.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/StorageKit/NVME.h b/src/kernel/StorageKit/NVME.h
index d11a2084..69bd7642 100644
--- a/src/kernel/StorageKit/NVME.h
+++ b/src/kernel/StorageKit/NVME.h
@@ -11,8 +11,8 @@
namespace Kernel {
class NVMEDeviceInterface final NE_DEVICE<IMountpoint*> {
public:
- explicit NVMEDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet),
- Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void));
+ NVMEDeviceInterface(Void (*out)(IDevice*, IMountpoint* out_packet),
+ Void (*in)(IDevice*, IMountpoint* in_packet), Void (*cleanup)(Void));
~NVMEDeviceInterface() override;