From patchwork Wed Feb 27 22:19:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 2194781 Return-Path: X-Original-To: patchwork-linux-parisc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 33A5BDF2F2 for ; Wed, 27 Feb 2013 22:19:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752460Ab3B0WTu (ORCPT ); Wed, 27 Feb 2013 17:19:50 -0500 Received: from mout.gmx.net ([212.227.15.18]:53282 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752613Ab3B0WTu (ORCPT ); Wed, 27 Feb 2013 17:19:50 -0500 Received: from mailout-de.gmx.net ([10.1.76.28]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lgbwh-1Uei8H2ek1-00nulI for ; Wed, 27 Feb 2013 23:19:48 +0100 Received: (qmail invoked by alias); 27 Feb 2013 22:19:48 -0000 Received: from p54AD04DF.dip0.t-ipconnect.de (EHLO p100.box) [84.173.4.223] by mail.gmx.net (mp028) with SMTP; 27 Feb 2013 23:19:48 +0100 X-Authenticated: #1045983 X-Provags-ID: V01U2FsdGVkX18mkjE+MzMm5uM+ep2HdNxmJRarNsUy+tZL3FowHv czY1rYv27RDHsd Date: Wed, 27 Feb 2013 23:19:46 +0100 From: Helge Deller To: linux-parisc@vger.kernel.org, James Bottomley Subject: parisc: remove unused variable 'compat_val' Message-ID: <20130227221946.GA2896@p100.box> References: <20130227221137.GA2806@p100.box> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130227221137.GA2806@p100.box> User-Agent: Mutt/1.5.21 (2010-09-15) X-Y-GMX-Trusted: 0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org commit db0c2fcccf9ea3dc30f6e3b910bca7f819fb3a21 Author: Helge Deller Date: Wed Feb 27 00:02:31 2013 +0100 parisc: remove unused variable 'compat_val' clean up after commit 6e26aab98ce8a818fb1ec47f8f727a8480a9011b (switch to generic sigaltstack) Signed-off-by: Helge Deller --- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c index 98e9e71..940188d 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c @@ -242,7 +242,6 @@ setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, unsigned long haddr, sigframe_size; int err = 0; #ifdef CONFIG_64BIT - compat_int_t compat_val; struct compat_rt_sigframe __user * compat_frame; compat_sigset_t compat_set; #endif