aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_marshall.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 15:29:33 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:35 -0400
commitb108d9764cff25262bf764542ed1998d3e568962 (patch)
tree12e08e711d77d0f84e4b2fe905a1219dc91c7e46 /drivers/infiniband/core/uverbs_marshall.c
parentinfiniband: Fix up module files that need to include module.h (diff)
downloadlinux-dev-b108d9764cff25262bf764542ed1998d3e568962.tar.xz
linux-dev-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/core/uverbs_marshall.c')
-rw-r--r--drivers/infiniband/core/uverbs_marshall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs_marshall.c b/drivers/infiniband/core/uverbs_marshall.c
index 1b1146f87124..e7bee46868d1 100644
--- a/drivers/infiniband/core/uverbs_marshall.c
+++ b/drivers/infiniband/core/uverbs_marshall.c
@@ -30,6 +30,7 @@
* SOFTWARE.
*/
+#include <linux/export.h>
#include <rdma/ib_marshall.h>
void ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst,