summaryrefslogtreecommitdiffstats
path: root/drivers/w1
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-10 19:21:52 +0200
committerPaul Gortmaker2011-11-01 00:32:00 +0100
commit9623932cd5815e280cef5ebb54b5ee92bec382ad (patch)
tree3874488d5c722cff37585c7f0159890f83447249 /drivers/w1
parentdrivers/target: Add module.h to drivers/target files as required. (diff)
downloadkernel-qcow2-linux-9623932cd5815e280cef5ebb54b5ee92bec382ad.tar.gz
kernel-qcow2-linux-9623932cd5815e280cef5ebb54b5ee92bec382ad.tar.xz
kernel-qcow2-linux-9623932cd5815e280cef5ebb54b5ee92bec382ad.zip
drivers/w1: Add export.h for EXPORT_SYMBOL/THIS_MODULE
Give these files export.h so that they can reliably get the EXPORT_SYMBOL and THIS_MODULE macros in the future, once module.h isn't implicitly everywhere. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/w1')
-rw-r--r--drivers/w1/w1_family.c1
-rw-r--r--drivers/w1/w1_int.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/w1/w1_family.c b/drivers/w1/w1_family.c
index 63359797c8b1..e9309778ee72 100644
--- a/drivers/w1/w1_family.c
+++ b/drivers/w1/w1_family.c
@@ -23,6 +23,7 @@
#include <linux/list.h>
#include <linux/sched.h> /* schedule_timeout() */
#include <linux/delay.h>
+#include <linux/export.h>
#include "w1_family.h"
#include "w1.h"
diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c
index d220bce2cee4..aa3971ce02b0 100644
--- a/drivers/w1/w1_int.c
+++ b/drivers/w1/w1_int.c
@@ -24,6 +24,7 @@
#include <linux/delay.h>
#include <linux/kthread.h>
#include <linux/slab.h>
+#include <linux/export.h>
#include "w1.h"
#include "w1_log.h"