aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mux
diff options
context:
space:
mode:
authorUlrich Hecht <ulrich.hecht+renesas@gmail.com>2017-08-22 08:27:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 17:11:28 +0200
commitd3cc8ca3ab6c1d78c26102870313fa36c48ea247 (patch)
tree786c4560cb4c7ff80be7b6cc0287f2ea0b470988 /include/linux/mux
parentmux: convert to using %pOF instead of full_name (diff)
downloadlinux-dev-d3cc8ca3ab6c1d78c26102870313fa36c48ea247.tar.xz
linux-dev-d3cc8ca3ab6c1d78c26102870313fa36c48ea247.zip
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>
Diffstat (limited to 'include/linux/mux')
-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;