From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756124Ab3KWTNl (ORCPT ); Sat, 23 Nov 2013 14:13:41 -0500 Received: from mail.active-venture.com ([67.228.131.205]:62017 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752857Ab3KWTNk (ORCPT ); Sat, 23 Nov 2013 14:13:40 -0500 X-Originating-IP: 108.223.40.66 Message-ID: <5290FE63.9020101@roeck-us.net> Date: Sat, 23 Nov 2013 11:13:39 -0800 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Geert Uytterhoeven CC: "linux-kernel@vger.kernel.org" , Thomas Gleixner , Ard Biesheuvel , Anton Blanchard , Benjamin Herrenschmidt , Linus Torvalds , Kirill Tkhai Subject: Re: New build failures in v3.13-rc1 References: <5290F68C.4060900@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/23/2013 10:51 AM, Geert Uytterhoeven wrote: > On Sat, Nov 23, 2013 at 7:40 PM, Guenter Roeck wrote: >> drivers/tty/ehv_bytechan.c:363:1: error: type defaults to 'int' in >> declaration of 'console_initcall' [-Werror=implicit-int] >> >> Not really surprising as console_initcall() is not defined for modules. >> I am a bit at loss why this is only seen now, though. > > On kissb that's been seens since v3.2-rc1. > Makes it even more surprising that I only see it now, since I did not change anything in my build scripts. I'll do some digging; maybe I can find out. Guenter