Skip to content

Commit 6ec83a5

Browse files
committed
ahci: fix build issue from earlier renaming
1 parent 58046af commit 6ec83a5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

modules/storage/ahci/manager.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/**
2-
* MollenOS
3-
*
42
* Copyright 2017, Philip Meulengracht
53
*
64
* This program is free software : you can redistribute it and / or modify
@@ -185,7 +183,7 @@ AhciManagerRegisterDevice(
185183
}
186184

187185
static void
188-
RegisterStorage(
186+
__RegisterStorage(
189187
_In_ uuid_t ProtocolServerId,
190188
_In_ uuid_t DeviceId,
191189
_In_ unsigned int Flags)
@@ -200,7 +198,7 @@ RegisterStorage(
200198
}
201199

202200
static void
203-
UnregisterStorage(
201+
__UnregisterStorage(
204202
_In_ uuid_t deviceId,
205203
_In_ uint8_t forced)
206204
{

0 commit comments

Comments
 (0)