staging: unisys: visorbus: remove inline keyword from visorchipset
authorSameer Wadgaonkar <sameer.wadgaonkar@unisys.com>
Fri, 17 Mar 2017 15:26:59 +0000 (11:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Mar 2017 06:58:46 +0000 (07:58 +0100)
Removed inline keyword from the functions in visorchipset:
* issue_vmcall_io_controlvm_addr()

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>
drivers/staging/unisys/visorbus/visorchipset.c

index 893bdb3fd5acf6fb249f9a6be8be470038eddf52..184cf5fa5d233eadc81b94dcb7b086a492d08d3f 100644 (file)
@@ -1313,7 +1313,7 @@ chipset_notready_uevent(struct controlvm_message_header *msg_hdr)
        return 0;
 }
 
-static inline unsigned int
+static unsigned int
 issue_vmcall_io_controlvm_addr(u64 *control_addr, u32 *control_bytes)
 {
        struct vmcall_io_controlvm_addr_params params;