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

Commit dc030475 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Use void to indicate no arguments required"

parents 389e1521 2133d9a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1782,7 +1782,7 @@ static inline int gsi_alloc_channel_ee(unsigned int chan_idx, unsigned int ee,
}


static inline int gsi_chk_intset_value(vodi)
static inline int gsi_chk_intset_value(void)
{
	return -GSI_STATUS_UNSUPPORTED_OP;
}