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
父节点 fc87af74af
当前提交 e4dd23d753
修改 19 个文件,包含 21 行新增0 行删除

查看文件

@@ -37,6 +37,7 @@
#include <linux/delay.h>
#include <linux/netdevice.h>
#include <linux/vmalloc.h>
#include <linux/module.h>
#include "qib.h"