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

Commit 161ce6fa authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: ni_labpc: remove inline from labpc_counter_load()



Let the compiler figure out if this function should be inlined.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 488ec9f1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -846,7 +846,7 @@ static int labpc_ai_cmdtest(struct comedi_device *dev,
	return 0;
}

static inline int labpc_counter_load(struct comedi_device *dev,
static int labpc_counter_load(struct comedi_device *dev,
			      unsigned long base_address,
			      unsigned int counter_number,
			      unsigned int count, unsigned int mode)