summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 21:35:46 +0200
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-11-01 00:31:35 +0100
commite4dd23d753c3cb0d8533d353069e8b2e8a666360 (patch)
tree8c28dcf2675a55549689fdee90f8ec0a2fb23cf8 /drivers/infiniband/hw/cxgb4
parentinfiniband: Fix up users implicitly relying on getting stat.h (diff)
downloadlinux-e4dd23d753c3cb0d8533d353069e8b2e8a666360.tar.xz
linux-e4dd23d753c3cb0d8533d353069e8b2e8a666360.zip
infiniband: Fix up module files that need to include module.h
They had been getting it implicitly via device.h but we can't rely on that for the future, due to a pending cleanup so fix it now. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4')
-rw-r--r--drivers/infiniband/hw/cxgb4/qp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/qp.c b/drivers/infiniband/hw/cxgb4/qp.c
index a41578e48c7b..60056e2b8d99 100644
--- a/drivers/infiniband/hw/cxgb4/qp.c
+++ b/drivers/infiniband/hw/cxgb4/qp.c
@@ -29,6 +29,9 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+
+#include <linux/module.h>
+
#include "iw_cxgb4.h"
static int ocqp_support = 1;