From: Ulrich Hecht Date: Tue, 22 Aug 2017 06:27:07 +0000 (+0200) Subject: mux: include compiler.h from mux/consumer.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d3cc8ca3ab6c1d78c26102870313fa36c48ea247;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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;