From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759566AbbCDTGT (ORCPT ); Wed, 4 Mar 2015 14:06:19 -0500 Received: from casper.infradead.org ([85.118.1.10]:34513 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757967AbbCDTGR (ORCPT ); Wed, 4 Mar 2015 14:06:17 -0500 Message-ID: <54F757A4.4080700@infradead.org> Date: Wed, 04 Mar 2015 11:06:12 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Stephen Rothwell , linux-next@vger.kernel.org CC: linux-kernel@vger.kernel.org, Olof Johansson Subject: Re: linux-next: Tree for Mar 4 (platform/chrome) References: <20150304150341.2afe09fe@canb.auug.org.au> In-Reply-To: <20150304150341.2afe09fe@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/15 20:03, Stephen Rothwell wrote: > Hi all, > > Changes since 20150303: > on i386 or x86_64: CC drivers/platform/chrome/cros_ec_lpc.o ../drivers/platform/chrome/cros_ec_lpc.c: In function 'ec_response_timed_out': ../drivers/platform/chrome/cros_ec_lpc.c:40:3: error: implicit declaration of function 'inb' [-Werror=implicit-function-declaration] if (!(inb(EC_LPC_ADDR_HOST_CMD) & EC_LPC_STATUS_BUSY_MASK)) ^ ../drivers/platform/chrome/cros_ec_lpc.c: In function 'cros_ec_cmd_xfer_lpc': ../drivers/platform/chrome/cros_ec_lpc.c:75:3: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration] outb(msg->outdata[i], EC_LPC_ADDR_HOST_PARAM + i); ^ -- ~Randy