OSDN Git Service

staging: unisys: visornic: remove keyword inline from function
authorDavid Kershner <david.kershner@unisys.com>
Tue, 18 Apr 2017 20:55:02 +0000 (16:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 09:49:51 +0000 (11:49 +0200)
Functions in c files don't need to be inlined, get rid of the keyword.

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/visornic/visornic_main.c

index 1008337..adebf22 100644 (file)
@@ -142,7 +142,7 @@ struct visornic_devdata {
 };
 
 /* Returns next non-zero index on success or 0 on failure (i.e. out of room). */
-static inline u16
+static u16
 add_physinfo_entries(u64 inp_pfn, u16 inp_off, u32 inp_len, u16 index,
                     u16 max_pi_arr_entries, struct phys_info pi_arr[])
 {