summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
diff options
context:
space:
mode:
authorPaul Gortmaker2011-05-27 21:29:33 +0200
committerPaul Gortmaker2011-11-01 00:31:35 +0100
commitb108d9764cff25262bf764542ed1998d3e568962 (patch)
tree12e08e711d77d0f84e4b2fe905a1219dc91c7e46 /drivers/infiniband/ulp
parentinfiniband: Fix up module files that need to include module.h (diff)
downloadkernel-qcow2-linux-b108d9764cff25262bf764542ed1998d3e568962.tar.gz
kernel-qcow2-linux-b108d9764cff25262bf764542ed1998d3e568962.tar.xz
kernel-qcow2-linux-b108d9764cff25262bf764542ed1998d3e568962.zip
infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE
These were getting it implicitly via device.h --> module.h but we are going to stop that when we clean up the headers. Fix these in advance so the tree remains biscect-clean. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/infiniband/ulp')
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib_fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_fs.c b/drivers/infiniband/ulp/ipoib/ipoib_fs.c
index 86eae229dc49..a3dcf455a2f8 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_fs.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_fs.c
@@ -37,6 +37,7 @@
struct file_operations;
#include <linux/debugfs.h>
+#include <linux/export.h>
#include "ipoib.h"