mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 19:16:42 +07:00
staging: unisys: visorhba: remove inline keyword
Removed inline keyword from the function complete_taskmgmt_command in visorhba_main.c Signed-off-by: Sameer Wadgaonkar <sameer.wadgaonkar@unisys.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: Tim Sell <timothy.sell@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
89dd54d0eb
commit
841f4e4689
@ -686,8 +686,8 @@ static const struct file_operations info_debugfs_fops = {
|
||||
* command. Wake up anyone waiting for it.
|
||||
* Returns void
|
||||
*/
|
||||
static inline void complete_taskmgmt_command
|
||||
(struct idr *idrtable, struct uiscmdrsp *cmdrsp, int result)
|
||||
static void complete_taskmgmt_command(struct idr *idrtable,
|
||||
struct uiscmdrsp *cmdrsp, int result)
|
||||
{
|
||||
wait_queue_head_t *wq =
|
||||
idr_find(idrtable, cmdrsp->scsitaskmgmt.notify_handle);
|
||||
|
Loading…
Reference in New Issue
Block a user