projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c398bc9
)
mux: include compiler.h from mux/consumer.h
author
Ulrich Hecht
<
[email protected]
>
Tue, 22 Aug 2017 06:27:07 +0000
(08:27 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 28 Aug 2017 15:11:28 +0000
(17:11 +0200)
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]
>
include/linux/mux/consumer.h
patch
|
blob
|
history
diff --git
a/include/linux/mux/consumer.h
b/include/linux/mux/consumer.h
index 5577e1b773c4ae7c6ecb87ee528409fecf934432..ea96d4c82be7db6c74be886005c3f1f86d96a612 100644
(file)
--- 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;