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/hw/qib/qib_sdma.c | |
parent | b108d9764cff25262bf764542ed1998d3e568962 (diff) |
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/hw/qib/qib_sdma.c')
-rw-r--r-- | drivers/infiniband/hw/qib/qib_sdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib_sdma.c b/drivers/infiniband/hw/qib/qib_sdma.c index cad44491320b..12a9604310d7 100644 --- a/drivers/infiniband/hw/qib/qib_sdma.c +++ b/drivers/infiniband/hw/qib/qib_sdma.c | |||
@@ -32,6 +32,7 @@ | |||
32 | 32 | ||
33 | #include <linux/spinlock.h> | 33 | #include <linux/spinlock.h> |
34 | #include <linux/netdevice.h> | 34 | #include <linux/netdevice.h> |
35 | #include <linux/moduleparam.h> | ||
35 | 36 | ||
36 | #include "qib.h" | 37 | #include "qib.h" |
37 | #include "qib_common.h" | 38 | #include "qib_common.h" |