* linux-next: stacktace build failure
@ 2008-07-08 12:15 Stephen Rothwell
2008-07-08 12:24 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-07-08 12:15 UTC (permalink / raw)
To: Ingo Molnar; +Cc: linux-next, David S. Miller
Hi Ingo,
Today's linux-next build (spac64 allmodconfig) failed like this:
arch/sparc64/kernel/stacktrace.c:50: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_GPL'
arch/sparc64/kernel/stacktrace.c:50: warning: parameter names (without types) in function declaration
arch/sparc64/kernel/stacktrace.c:50: warning: data definition has no type or storage class
Signed-off-by: Stephen Rothwell <sf@canb•auug.org.au>
diff --git a/arch/sparc64/kernel/stacktrace.c b/arch/sparc64/kernel/stacktrace.c
index 49656ed..b3e3737 100644
--- a/arch/sparc64/kernel/stacktrace.c
+++ b/arch/sparc64/kernel/stacktrace.c
@@ -1,6 +1,7 @@
#include <linux/sched.h>
#include <linux/stacktrace.h>
#include <linux/thread_info.h>
+#include <linux/module.h>
#include <asm/ptrace.h>
#include <asm/stacktrace.h>
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
P.S. this is not actually tested, but seems obvious.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: linux-next: stacktace build failure
2008-07-08 12:15 linux-next: stacktace build failure Stephen Rothwell
@ 2008-07-08 12:24 ` Ingo Molnar
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-07-08 12:24 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, David S. Miller
* Stephen Rothwell <sfr@canb•auug.org.au> wrote:
> Hi Ingo,
>
> Today's linux-next build (spac64 allmodconfig) failed like this:
>
> arch/sparc64/kernel/stacktrace.c:50: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_GPL'
> arch/sparc64/kernel/stacktrace.c:50: warning: parameter names (without types) in function declaration
> arch/sparc64/kernel/stacktrace.c:50: warning: data definition has no type or storage class
>
> Signed-off-by: Stephen Rothwell <sf@canb•auug.org.au>
>
> diff --git a/arch/sparc64/kernel/stacktrace.c b/arch/sparc64/kernel/stacktrace.c
> index 49656ed..b3e3737 100644
> --- a/arch/sparc64/kernel/stacktrace.c
> +++ b/arch/sparc64/kernel/stacktrace.c
> @@ -1,6 +1,7 @@
> #include <linux/sched.h>
> #include <linux/stacktrace.h>
> #include <linux/thread_info.h>
> +#include <linux/module.h>
> #include <asm/ptrace.h>
> #include <asm/stacktrace.h>
applied, thanks Stephen.
Ingo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-08 12:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 12:15 linux-next: stacktace build failure Stephen Rothwell
2008-07-08 12:24 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox