Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b66d51cb8039cf80b8aa5b157ed055cdea811104
Commit:     b66d51cb8039cf80b8aa5b157ed055cdea811104
Parent:     6240d92f2f2fb74094b66b3510733fa0a1e2631a
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 1 17:26:13 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jun 8 02:43:46 2007 +0000

    sh: Tidy compiler warnings for SH-2A build.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/signal.c |    1 +
 arch/sh/kernel/traps.c  |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/signal.c b/arch/sh/kernel/signal.c
index 4fc5b40..2d9131f 100644
--- a/arch/sh/kernel/signal.c
+++ b/arch/sh/kernel/signal.c
@@ -23,6 +23,7 @@
 #include <linux/personality.h>
 #include <linux/binfmts.h>
 #include <linux/freezer.h>
+#include <linux/io.h>
 #include <asm/system.h>
 #include <asm/ucontext.h>
 #include <asm/uaccess.h>
diff --git a/arch/sh/kernel/traps.c b/arch/sh/kernel/traps.c
index 9c7fb92..b97e71d 100644
--- a/arch/sh/kernel/traps.c
+++ b/arch/sh/kernel/traps.c
@@ -642,7 +642,6 @@ asmlinkage void do_divide_error(unsigned long r4, unsigned 
long r5,
                                unsigned long r6, unsigned long r7,
                                struct pt_regs __regs)
 {
-       struct pt_regs *regs = RELOC_HIDE(&__regs, 0);
        siginfo_t info;
 
        switch (r4) {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to