[STORAHCI] Replace some __inline by FORCEINLINE
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 26 Mar 2020 10:53:27 +0000 (11:53 +0100)
committerHervé Poussineau <hpoussin@reactos.org>
Thu, 26 Mar 2020 15:39:16 +0000 (16:39 +0100)
commitf5658fd3b41f168578a497846b556c914884f635
tree80abdcb100a48d57313b500d70b6a4e621cfceb6
parent796c1ac993640494c06373a779c80140a4d2ef3a
[STORAHCI] Replace some __inline by FORCEINLINE

Functions were declared as __inline, then used, and then defined.
This leads to some linking errors with some compilers.
drivers/storage/port/storahci/storahci.c
drivers/storage/port/storahci/storahci.h