
mattst88 at gmail
May 1, 2012, 7:27 PM
Post #1 of 1
(29 views)
Permalink
|
|
[PATCH 3/4] alpha: include module.h to fix modpost on Tsunami
|
|
From: Jim Faulkner <jfaulkne [at] ccs> Signed-off-by: Jim Faulkner <jfaulkne [at] ccs> Signed-off-by: Matt Turner <mattst88 [at] gmail> --- arch/alpha/kernel/core_tsunami.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/alpha/kernel/core_tsunami.c b/arch/alpha/kernel/core_tsunami.c index 5e7c28f..61893d7 100644 --- a/arch/alpha/kernel/core_tsunami.c +++ b/arch/alpha/kernel/core_tsunami.c @@ -11,6 +11,7 @@ #include <asm/core_tsunami.h> #undef __EXTERN_INLINE +#include <linux/module.h> #include <linux/types.h> #include <linux/pci.h> #include <linux/sched.h> -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|