[MIPS] RTLX: Delete multiple definition of ret shaddowing each other.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/rtlx.c b/arch/mips/kernel/rtlx.c
index 7a8683a..e14ae09e 100644
--- a/arch/mips/kernel/rtlx.c
+++ b/arch/mips/kernel/rtlx.c
@@ -166,8 +166,6 @@
 	if (rtlx == NULL) {
 		if( (p = vpe_get_shared(RTLX_TARG_VPE)) == NULL) {
 			if (can_sleep) {
-				int ret = 0;
-
 				__wait_event_interruptible(channel_wqs[index].lx_queue,
 				                           (p = vpe_get_shared(RTLX_TARG_VPE)),
 				                           ret);
@@ -183,8 +181,6 @@
 
 		if (*p == NULL) {
 			if (can_sleep) {
-				int ret = 0;
-
 				__wait_event_interruptible(channel_wqs[index].lx_queue,
 				                           *p != NULL,
 				                           ret);