From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8E7323FFACF; Tue, 26 May 2026 14:51:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779807071; cv=none; b=mxPUJiGU6eXmIsBJ6H2dNN1Zqjoe4MTNp8QZNYa4AUJ6svL0+apTXix4RXrbIXc7PfpdRxLyO0M9hyUD1e/X1zvTcK+5AMCsBf/xqp2dKpmX7qbWdFAP6V/qJWmo3R4V6ZbmMjpJlfxJy20Fm/L+eXbzObhs1A1fZ5X25Ls8p4w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779807071; c=relaxed/simple; bh=E7oFs77+sWT1434WnOI8zbfAYwj5tuRyLuxBYqwSUQM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fx0Hd9nBxSaVHknFetoIL655hST4F7UGh3q0+n39peCK6tVB7oMoqH5Kx5H0yBl/4TJImuCYtUUsSSIzgxrMijqGdIggi2UH7Zfq+I/h6Jw4/kIbjFpyJpnPeL/s1WrEPJY6RKXdF4MzFZsooEJ0tUDrOPec6DCBnCyCAh93scw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1wRt7c-00015V-00; Tue, 26 May 2026 16:51:08 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 05CC5C0731; Tue, 26 May 2026 16:44:34 +0200 (CEST) Date: Tue, 26 May 2026 16:44:34 +0200 From: Thomas Bogendoerfer To: "Maciej W. Rozycki" Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] MIPS: DEC: Fix missing platform prototypes Message-ID: References: Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, May 04, 2026 at 09:13:51PM +0100, Maciej W. Rozycki wrote: > Hi, > > This set of patches fixes an issue with warnings issued by more recent > compilers for a bunch of platform functions that are missing prototypes. > Split into three changes for self-containment. Please apply. series applied to mips-next Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]