From: Paul Gortmaker Date: Sun, 3 Jul 2011 17:37:56 +0000 (-0400) Subject: drivers/edac: Add module.h to mce_amd_inj.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=80a2e2e35dc84f40306768a1d37011acdfb2eeaa;p=linux-beck.git 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 --- 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"