From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECFCDC2D0C4 for ; Tue, 10 Dec 2019 07:13:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2E1120663 for ; Tue, 10 Dec 2019 07:13:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="YeXg7xug" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727299AbfLJHNg (ORCPT ); Tue, 10 Dec 2019 02:13:36 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:52078 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726819AbfLJHNg (ORCPT ); Tue, 10 Dec 2019 02:13:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To: Subject:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=qJtZ/EZbba/tDj5kKsGUA8Y5CP3PwV30hOmaCOP3V18=; b=YeXg7xugCdWV9vouqSVt4pIjW wOe92YqAtHxamGr/YJJku53cGYbXY2W1lncxSFRxJazlx4XugtTrqBgJpizJIrawstQnznQJHMPhT iNoN/4kZ8iSeMq/9RE5rnmGOnB3t1zAsRaHPZhC+ezWFd6eS6ww/X5a+Ckhg116EaGgwNqHKdj9sq BJWA/amAsFYDdk/Nmb2SE1dIDseHFfd9Hqz0DbIKru8cZAhjXLRq/v49aJ7tUtMRwJ9Fl8cfubvdR QBAEyE5kMk8Gp3gu8LLNF7bggBBkvTrd0zKcnJBBk74RStoX00vZAM9m7fF9TFnH0Uvnqvp4+Bb39 JdMCzsbUQ==; Received: from [2601:1c0:6280:3f0::3deb] by bombadil.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1ieZiB-0003bX-8B; Tue, 10 Dec 2019 07:13:35 +0000 Subject: Re: linux-next: Tree for Dec 10 (ethernet/8390/8390p.c) To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , "netdev@vger.kernel.org" , David Miller References: <20191210140225.1aa0c90e@canb.auug.org.au> From: Randy Dunlap Message-ID: Date: Mon, 9 Dec 2019 23:13:34 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 In-Reply-To: <20191210140225.1aa0c90e@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/9/19 7:02 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20191209: > on i386: ../drivers/net/ethernet/8390/8390p.c:44:6: error: conflicting types for ‘eip_tx_timeout’ void eip_tx_timeout(struct net_device *dev, unsigned int txqueue) ^~~~~~~~~~~~~~ In file included from ../drivers/net/ethernet/8390/lib8390.c:75:0, from ../drivers/net/ethernet/8390/8390p.c:12: ../drivers/net/ethernet/8390/8390.h:53:6: note: previous declaration of ‘eip_tx_timeout’ was here void eip_tx_timeout(struct net_device *dev); ^~~~~~~~~~~~~~ -- ~Randy Reported-by: Randy Dunlap