aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_sd7220.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-27 15:35:46 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:35 -0400
commite4dd23d753c3cb0d8533d353069e8b2e8a666360 (patch)
tree8c28dcf2675a55549689fdee90f8ec0a2fb23cf8 /drivers/infiniband/hw/qib/qib_sd7220.c
parentinfiniband: Fix up users implicitly relying on getting stat.h (diff)
downloadlinux-dev-e4dd23d753c3cb0d8533d353069e8b2e8a666360.tar.xz
linux-dev-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/qib/qib_sd7220.c')
-rw-r--r--drivers/infiniband/hw/qib/qib_sd7220.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qib/qib_sd7220.c b/drivers/infiniband/hw/qib/qib_sd7220.c
index e9f9f8bc3204..de1a4b2f33c0 100644
--- a/drivers/infiniband/hw/qib/qib_sd7220.c
+++ b/drivers/infiniband/hw/qib/qib_sd7220.c
@@ -38,6 +38,7 @@
#include <linux/pci.h>
#include <linux/delay.h>
+#include <linux/module.h>
#include <linux/firmware.h>
#include "qib.h"