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

Commit 2046fcca authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman
Browse files

staging: unisys: remove INLINE define from commontypes



There was a macro for INLINE. Delete it and fix the one occurrance of it to
just use 'inline' instead, though that function looks awfully big for an
inline...

Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e87cfde4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -882,7 +882,7 @@ static inline int ULTRA_VNIC_init_channel(ULTRA_IO_CHANNEL_PROTOCOL *x,
/* returns next non-zero index on success or zero on failure (i.e. out of
 * room)
 */
static INLINE  u16
static inline  u16
add_physinfo_entries(u32 inp_pfn,	/* input - specifies the pfn to be used
					 * to add entries */
		     u16 inp_off,	/* input - specifies the off to be used
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

typedef u64 GUEST_PHYSICAL_ADDRESS;

#define INLINE inline
#define OFFSETOF offsetof

#define CHANNEL_GUID_MISMATCH(chType, chName, field, expected, actual, fil, \