diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2017-08-22 08:27:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-28 17:11:28 +0200 |
commit | d3cc8ca3ab6c1d78c26102870313fa36c48ea247 (patch) | |
tree | 786c4560cb4c7ff80be7b6cc0287f2ea0b470988 /include/linux/mux | |
parent | c398bc9b05a84ceadacbc405fe33535fd4826c6c (diff) | |
download | blackbird-obmc-linux-d3cc8ca3ab6c1d78c26102870313fa36c48ea247.tar.gz blackbird-obmc-linux-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.h | 2 |
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; |