Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b66d51cb authored by Paul Mundt's avatar Paul Mundt Committed by Paul Mundt
Browse files

sh: Tidy compiler warnings for SH-2A build.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6240d92f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@
#include <linux/personality.h>
#include <linux/personality.h>
#include <linux/binfmts.h>
#include <linux/binfmts.h>
#include <linux/freezer.h>
#include <linux/freezer.h>
#include <linux/io.h>
#include <asm/system.h>
#include <asm/system.h>
#include <asm/ucontext.h>
#include <asm/ucontext.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
+0 −1
Original line number Original line Diff line number Diff line
@@ -642,7 +642,6 @@ asmlinkage void do_divide_error(unsigned long r4, unsigned long r5,
				unsigned long r6, unsigned long r7,
				unsigned long r6, unsigned long r7,
				struct pt_regs __regs)
				struct pt_regs __regs)
{
{
	struct pt_regs *regs = RELOC_HIDE(&__regs, 0);
	siginfo_t info;
	siginfo_t info;


	switch (r4) {
	switch (r4) {