summaryrefslogtreecommitdiff
path: root/drivers/edac/mce_amd_inj.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 17:37:56 (GMT)
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 23:31:45 (GMT)
commit80a2e2e35dc84f40306768a1d37011acdfb2eeaa (patch)
treeeb34dfcae1032cede6e37bdcf6f402263a697b3c /drivers/edac/mce_amd_inj.c
parentf492b21027272369953f68ee341df38dffa962fb (diff)
downloadlinux-fsl-qoriq-80a2e2e35dc84f40306768a1d37011acdfb2eeaa.tar.xz
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 a4987e0..73c3e26 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"