* [gentoo-commits] linux-patches r2144 - genpatches-2.6/trunk/3.3
@ 2012-05-25 16:09 Mike Pagano (mpagano)
0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2012-05-25 16:09 UTC (permalink / raw
To: gentoo-commits
Author: mpagano
Date: 2012-05-25 16:09:14 +0000 (Fri, 25 May 2012)
New Revision: 2144
Added:
genpatches-2.6/trunk/3.3/1700_tsunami-modpost-include-fix.patch
Modified:
genpatches-2.6/trunk/3.3/0000_README
Log:
Patch to include module.h to fix modpost on Tsunami
Modified: genpatches-2.6/trunk/3.3/0000_README
===================================================================
--- genpatches-2.6/trunk/3.3/0000_README 2012-05-21 20:08:23 UTC (rev 2143)
+++ genpatches-2.6/trunk/3.3/0000_README 2012-05-25 16:09:14 UTC (rev 2144)
@@ -68,6 +68,10 @@
From: http://www.kernel.org
Desc: Linux 3.3.7
+Patch: 1700_tsunami-modpost-include-fix.patch
+From: https://bugs.gentoo.org/show_bug.cgi?id=415033
+Desc: Patch to include module.h to fix modpost on Tsunami
+
Patch: 2400_kcopy-patch-for-infiniband-driver.patch
From: Alexey Shvetsov <alexxy@gentoo.org>
Desc: Zero copy for infiniband psm userspace driver
Added: genpatches-2.6/trunk/3.3/1700_tsunami-modpost-include-fix.patch
===================================================================
--- genpatches-2.6/trunk/3.3/1700_tsunami-modpost-include-fix.patch (rev 0)
+++ genpatches-2.6/trunk/3.3/1700_tsunami-modpost-include-fix.patch 2012-05-25 16:09:14 UTC (rev 2144)
@@ -0,0 +1,25 @@
+
+m: Jim Faulkner <jfaulkne@ccs.neu.edu>
+Date: Wed, 2 May 2012 01:58:08 +0000 (-0400)
+Subject: alpha: include module.h to fix modpost on Tsunami
+X-Git-Tag: v3.4-rc6~4^2~1
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git;a=commitdiff_plain;h=8fa196478b8fb30e59456252ab4b309985f67443
+
+alpha: include module.h to fix modpost on Tsunami
+
+Signed-off-by: Jim Faulkner <jfaulkne@ccs.neu.edu>
+Signed-off-by: Matt Turner <mattst88@gmail.com>
+---
+
+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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-25 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 16:09 [gentoo-commits] linux-patches r2144 - genpatches-2.6/trunk/3.3 Mike Pagano (mpagano)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox