linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] efct: add missing include file
@ 2017-03-15 20:26 Sebastian Herbszt
  0 siblings, 0 replies; only message in thread
From: Sebastian Herbszt @ 2017-03-15 20:26 UTC (permalink / raw)
  To: James Smart; +Cc: linux-scsi, Sebastian Herbszt

After the split of linux/sched.h, linux/sched/signal.h is required.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
---
 efct/efct_os.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/efct/efct_os.h b/efct/efct_os.h
index 16f7dc3..5ae269e 100644
--- a/efct/efct_os.h
+++ b/efct/efct_os.h
@@ -56,6 +56,7 @@
 #include <linux/seq_file.h>
 #include <linux/random.h>
 #include <linux/sched.h>
+#include <linux/sched/signal.h>
 #include <linux/jiffies.h>
 #include <linux/ctype.h>
 #include <linux/debugfs.h>
-- 
2.7.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-15 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 20:26 [PATCH] efct: add missing include file Sebastian Herbszt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).