Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mux: include compiler.h from mux/consumer.h

Required for __must_check.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ulrich Hecht and committed by
Greg Kroah-Hartman
d3cc8ca3 c398bc9b

+2
+2
include/linux/mux/consumer.h
··· 13 13 #ifndef _LINUX_MUX_CONSUMER_H 14 14 #define _LINUX_MUX_CONSUMER_H 15 15 16 + #include <linux/compiler.h> 17 + 16 18 struct device; 17 19 struct mux_control; 18 20