]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
drivers/edac: Add module.h to mce_amd_inj.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:37:56 +0000 (13:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:45 +0000 (19:31 -0400)
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>
drivers/edac/mce_amd_inj.c

index a4987e03f59e8b26416cc4d9b1559f0d0ea16c06..73c3e26a0bceb61803feced841fdcc6b7029500c 100644 (file)
@@ -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"