Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54149b4c authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visornic: remove keyword inline from function



Functions in c files don't need to be inlined, get rid of the keyword.

Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4c0e65f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[])
{