1
0
Fork 0

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>
hifive-unleashed-5.1
Ulrich Hecht 2017-08-22 08:27:07 +02:00 committed by Greg Kroah-Hartman
parent c398bc9b05
commit d3cc8ca3ab
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#ifndef _LINUX_MUX_CONSUMER_H
#define _LINUX_MUX_CONSUMER_H
#include <linux/compiler.h>
struct device;
struct mux_control;