[PATCH RT 4/4] work-simple: Add missing #include <linux/export.h>

From: Ben Hutchings
Date: Mon Oct 05 2015 - 22:56:08 EST


work-simple.c uses EXPORT_SYMBOL_GPL(), defined in <linux/export.h>.

Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx>
Cc: stable-rt@xxxxxxxxxxxxxxx
---
kernel/work-simple.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/work-simple.c b/kernel/work-simple.c
index c996f75..e57a052 100644
--- a/kernel/work-simple.c
+++ b/kernel/work-simple.c
@@ -10,6 +10,7 @@
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
+#include <linux/export.h>

#define SWORK_EVENT_PENDING (1 << 0)

--
Ben Hutchings
All the simple programs have been written, and all the good names taken.

Attachment: signature.asc
Description: This is a digitally signed message part