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

Commit ce0bf52d authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: fix unused warnings after nommu update



The massive nommu update (8feae131) left the local variable "vml" unused,
so punt it.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 81f7f456
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ void __init trap_init(void)
static void decode_address(char *buf, unsigned long address)
{
#ifdef CONFIG_DEBUG_VERBOSE
	struct vm_list_struct *vml;
	struct task_struct *p;
	struct mm_struct *mm;
	unsigned long flags, offset;