aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Hecht <[email protected]>2017-08-22 08:27:07 +0200
committerGreg Kroah-Hartman <[email protected]>2017-08-28 17:11:28 +0200
commitd3cc8ca3ab6c1d78c26102870313fa36c48ea247 (patch)
tree786c4560cb4c7ff80be7b6cc0287f2ea0b470988
parentc398bc9b05a84ceadacbc405fe33535fd4826c6c (diff)
mux: include compiler.h from mux/consumer.h
Required for __must_check. Signed-off-by: Ulrich Hecht <[email protected]> Signed-off-by: Peter Rosin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--include/linux/mux/consumer.h2
1 files changed, 2 insertions, 0 deletions
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 <linux/compiler.h>
+
struct device;
struct mux_control;