From bff7832dd6670dd0e215ce32d60b18f3825a6555 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 13:41:29 -0400 Subject: 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 explicitly in advance. Signed-off-by: Paul Gortmaker --- drivers/ide/cmd640.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ide/cmd640.c') diff --git a/drivers/ide/cmd640.c b/drivers/ide/cmd640.c index cb10201a15ed..a81bd7575792 100644 --- a/drivers/ide/cmd640.c +++ b/drivers/ide/cmd640.c @@ -105,6 +105,7 @@ #include #include #include +#include #include -- cgit v1.2.3