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>
Этот коммит содержится в:
@@ -10,6 +10,7 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/ide.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#define DRV_NAME "tc86c001"
|
||||
|
||||
|
Ссылка в новой задаче
Block a user