[STORAHCI] Use FORCEINLINE instead of __inline
authorJérôme Gardou <jerome.gardou@reactos.org>
Mon, 9 Nov 2020 08:45:03 +0000 (09:45 +0100)
committerJérôme Gardou <zefklop@users.noreply.github.com>
Mon, 16 Nov 2020 15:58:10 +0000 (16:58 +0100)
drivers/storage/port/storahci/storahci.c
drivers/storage/port/storahci/storahci.h

index ed94f1d..bf4c96d 100644 (file)
@@ -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();
index fba3f2d..40c08f2 100644 (file)
@@ -645,7 +645,7 @@ RemoveQueue (
     __inout PAHCI_QUEUE Queue
     );
 
-__inline
+FORCEINLINE
 PAHCI_SRB_EXTENSION
 GetSrbExtension(
     __in PSCSI_REQUEST_BLOCK Srb