https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f8db9824e0edf1aa522537cbde575c17dbef9c3

commit 1f8db9824e0edf1aa522537cbde575c17dbef9c3
Author:     Jérôme Gardou <jerome.gar...@reactos.org>
AuthorDate: Mon Nov 9 09:45:03 2020 +0100
Commit:     Jérôme Gardou <zefk...@users.noreply.github.com>
CommitDate: Mon Nov 16 16:58:10 2020 +0100

    [STORAHCI] Use FORCEINLINE instead of __inline
---
 drivers/storage/port/storahci/storahci.c | 4 ++--
 drivers/storage/port/storahci/storahci.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/storage/port/storahci/storahci.c 
b/drivers/storage/port/storahci/storahci.c
index ed94f1d3e87..bf4c96d04c1 100644
--- a/drivers/storage/port/storahci/storahci.c
+++ b/drivers/storage/port/storahci/storahci.c
@@ -2559,7 +2559,7 @@ RemoveQueue (
  * return SrbExtension
  *
  */
-__inline
+FORCEINLINE
 PAHCI_SRB_EXTENSION
 GetSrbExtension (
     __in PSCSI_REQUEST_BLOCK Srb
@@ -2615,4 +2615,4 @@ AhciGetLba (
     }
 
     return lba;
-}// -- AhciGetLba();
\ No newline at end of file
+}// -- AhciGetLba();
diff --git a/drivers/storage/port/storahci/storahci.h 
b/drivers/storage/port/storahci/storahci.h
index fba3f2d4be5..40c08f2f462 100644
--- a/drivers/storage/port/storahci/storahci.h
+++ b/drivers/storage/port/storahci/storahci.h
@@ -645,7 +645,7 @@ RemoveQueue (
     __inout PAHCI_QUEUE Queue
     );
 
-__inline
+FORCEINLINE
 PAHCI_SRB_EXTENSION
 GetSrbExtension(
     __in PSCSI_REQUEST_BLOCK Srb

Reply via email to