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>
このコミットが含まれているのは:
Paul Gortmaker
2011-05-27 15:35:46 -04:00
コミット e4dd23d753
19個のファイルの変更21行の追加0行の削除

ファイルの表示

@@ -38,6 +38,7 @@
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/firmware.h>
#include "qib.h"