From c1533958c6af3b4be9fc318981130136fcdeb81a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 3 Jul 2011 13:37:56 -0400 Subject: [PATCH] drivers/edac: Add module.h to mce_amd_inj.c This file really needs the full module.h header file present, but was just getting it implicitly before. Fix it up in advance so we avoid build failures once the cleanup commit is present. Signed-off-by: Paul Gortmaker --- drivers/edac/mce_amd_inj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/mce_amd_inj.c b/drivers/edac/mce_amd_inj.c index a4987e03f59e..73c3e26a0bce 100644 --- a/drivers/edac/mce_amd_inj.c +++ b/drivers/edac/mce_amd_inj.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "mce_amd.h" -- 2.39.5