public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mux: include compiler.h from mux/consumer.h
@ 2017-07-31 10:04 Peter Rosin
  2017-07-31 16:00 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rosin @ 2017-07-31 10:04 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Ulrich Hecht, linux-kernel, Peter Rosin

From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>

Required for __must_check.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
---
 include/linux/mux/consumer.h | 2 ++
 1 file changed, 2 insertions(+)

Hi Greg,

Please pick this up for 4.14.

Cheers,
Peter

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;
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-02  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 10:04 [PATCH] mux: include compiler.h from mux/consumer.h Peter Rosin
2017-07-31 16:00 ` Greg Kroah-Hartman
2017-07-31 16:28   ` Peter Rosin
2017-08-02  8:07     ` Ulrich Hecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox