From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754858AbbLQCzU (ORCPT ); Wed, 16 Dec 2015 21:55:20 -0500 Received: from ozlabs.org ([103.22.144.67]:55089 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751799AbbLQCzT (ORCPT ); Wed, 16 Dec 2015 21:55:19 -0500 Date: Thu, 17 Dec 2015 13:55:17 +1100 From: Stephen Rothwell To: Daniel Lezcano Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Yoshinori Sato Subject: linux-next: build failure after merge of the clockevents tree Message-ID: <20151217135517.1aad704d@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Daniel, After merging the clockevents tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/clocksource/h8300_timer16.c: In function 'timer16_interrupt': drivers/clocksource/h8300_timer16.c:64:2: error: implicit declaration of function 'ctrl_bclr' [-Werror=implicit-function-declaration] ctrl_bclr(p->ovf, p->mapcommon + TISRC); ^ Caused by commit 1ddca16cc5b3 ("clocksource/drivers/h8300: Use ioread / iowrite") ctrl_bclr is only defined for the h8300 arch ... I have used the clocksource tree from next-20151216 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au