diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-30 12:32:52 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:31:36 -0400 |
commit | fec14d2fcebe824377ef0305babc365d039f6b39 (patch) | |
tree | 9fa6b49e51183f84a9ca208a3125a7b221efb983 /drivers/infiniband/ulp/ipoib/ipoib_multicast.c | |
parent | b108d9764cff25262bf764542ed1998d3e568962 (diff) | |
download | blackbird-op-linux-fec14d2fcebe824377ef0305babc365d039f6b39.tar.gz blackbird-op-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_multicast.c')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c index ecea4fe1ed00..1b7a97686356 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c @@ -34,6 +34,7 @@ #include <linux/skbuff.h> #include <linux/rtnetlink.h> +#include <linux/moduleparam.h> #include <linux/ip.h> #include <linux/in.h> #include <linux/igmp.h> |