aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/mce_amd_inj.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 13:37:56 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:45 -0400
commit80a2e2e35dc84f40306768a1d37011acdfb2eeaa (patch)
treeeb34dfcae1032cede6e37bdcf6f402263a697b3c /drivers/edac/mce_amd_inj.c
parentdrivers/dma: Add export.h to ste_dma40.c (diff)
downloadlinux-dev-80a2e2e35dc84f40306768a1d37011acdfb2eeaa.tar.xz
linux-dev-80a2e2e35dc84f40306768a1d37011acdfb2eeaa.zip
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 <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/edac/mce_amd_inj.c')
-rw-r--r--drivers/edac/mce_amd_inj.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/kobject.h>
#include <linux/sysdev.h>
#include <linux/edac.h>
+#include <linux/module.h>
#include <asm/mce.h>
#include "mce_amd.h"