summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-30 18:32:52 +0200
committerPaul Gortmaker2011-11-01 00:31:36 +0100
commitfec14d2fcebe824377ef0305babc365d039f6b39 (patch)
tree9fa6b49e51183f84a9ca208a3125a7b221efb983 /drivers/infiniband/ulp/ipoib/ipoib_cm.c
parentinfiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE (diff)
downloadkernel-qcow2-linux-fec14d2fcebe824377ef0305babc365d039f6b39.tar.gz
kernel-qcow2-linux-fec14d2fcebe824377ef0305babc365d039f6b39.tar.xz
kernel-qcow2-linux-fec14d2fcebe824377ef0305babc365d039f6b39.zip
infiniband: add moduleparam.h to drivers/infiniband as required
These files were getting the moduleparam infrastructure from the implicit presence of module.h being everywhere, but that is going away soon. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/ipoib_cm.c')
-rw-r--r--drivers/infiniband/ulp/ipoib/ipoib_cm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_cm.c b/drivers/infiniband/ulp/ipoib/ipoib_cm.c
index c74548a586ea..b67b8e9d9ad1 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_cm.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_cm.c
@@ -37,6 +37,7 @@
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
+#include <linux/moduleparam.h>
#include "ipoib.h"