From: Ulrich Hecht Date: Tue, 22 Aug 2017 06:27:07 +0000 (+0200) Subject: mux: include compiler.h from mux/consumer.h X-Git-Tag: rel_imx_4.19.35_1.1.0~11810^2~41 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=d3cc8ca3ab6c1d78c26102870313fa36c48ea247;p=linux.git mux: include compiler.h from mux/consumer.h Required for __must_check. Signed-off-by: Ulrich Hecht Signed-off-by: Peter Rosin Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/mux/consumer.h b/include/linux/mux/consumer.h index 5577e1b773c4..ea96d4c82be7 100644 --- a/include/linux/mux/consumer.h +++ b/include/linux/mux/consumer.h @@ -13,6 +13,8 @@ #ifndef _LINUX_MUX_CONSUMER_H #define _LINUX_MUX_CONSUMER_H +#include + struct device; struct mux_control;