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 удалений

Просмотреть файл

@@ -41,6 +41,7 @@
#include <linux/vmalloc.h>
#include <linux/bitmap.h>
#include <linux/slab.h>
#include <linux/module.h>
#include "ipath_kernel.h"
#include "ipath_verbs.h"