ide/ata: Add module.h to the implicit modular users

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in the ide dir
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Этот коммит содержится в:
Paul Gortmaker
2011-07-03 13:41:29 -04:00
родитель 38789fda29
Коммит bff7832dd6
9 изменённых файлов: 9 добавлений и 0 удалений

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

@@ -10,6 +10,7 @@
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/ide.h>
#include <linux/module.h>
#define DRV_NAME "tc86c001"