Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262499AbTEVGRf (ORCPT ); Thu, 22 May 2003 02:17:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262525AbTEVGRf (ORCPT ); Thu, 22 May 2003 02:17:35 -0400 Received: from dp.samba.org ([66.70.73.150]:12960 "EHLO lists.samba.org") by vger.kernel.org with ESMTP id S262499AbTEVGRc (ORCPT ); Thu, 22 May 2003 02:17:32 -0400 Date: Thu, 22 May 2003 16:27:23 +1000 From: David Gibson To: Anton Blanchard Cc: trivial@rustcorp.com.au, linux-kernel@vger.kernel.org Subject: [TRIVIAL] Implicit declaration in ppc64 signal32.c Message-ID: <20030522062723.GE14009@zax> Mail-Followup-To: David Gibson , Anton Blanchard , trivial@rustcorp.com.au, linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 26 Anton, please apply. do_signal32() is used before it is defined, this prototype squashes the warning. diff -urN for-linus-ppc64/arch/ppc64/kernel/signal32.c linux-congo/arch/ppc64/kernel/signal32.c --- for-linus-ppc64/arch/ppc64/kernel/signal32.c 2003-05-07 15:10:18.000000000 +1000 +++ linux-congo/arch/ppc64/kernel/signal32.c 2003-05-22 15:54:55.000000000 +1000 @@ -97,7 +97,7 @@ struct ucontext32 uc; }; - +int do_signal32(sigset_t *oldset, struct pt_regs *regs); /* * Start of nonRT signal support -- David Gibson | For every complex problem there is a david@gibson.dropbear.id.au | solution which is simple, neat and | wrong. http://www.ozlabs.org/people/dgibson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/