From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756587AbbLQMfZ (ORCPT ); Thu, 17 Dec 2015 07:35:25 -0500 Received: from mail-pf0-f176.google.com ([209.85.192.176]:34938 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755726AbbLQMfX (ORCPT ); Thu, 17 Dec 2015 07:35:23 -0500 Date: Thu, 17 Dec 2015 18:05:06 +0530 From: Sudip Mukherjee To: Rob Herring , Frank Rowand , Grant Likely Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Daniel Lezcano Subject: Re: [PATCH v4] of: fix declaration of of_io_request_and_map Message-ID: <20151217123506.GA19100@sudip-pc> References: <1449564475-10724-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449564475-10724-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2015 at 02:17:55PM +0530, Sudip Mukherjee wrote: > We are having build failure with linux-next for sparc allmodconfig with > the error messages: > > drivers/built-in.o: In function `meson6_timer_init': > meson6_timer.c:(.init.text+0x5fe8): undefined reference to `of_io_request_and_map' > drivers/built-in.o: In function `mtk_timer_init': > mtk_timer.c:(.init.text+0x6af0): undefined reference to `of_io_request_and_map' > drivers/built-in.o: In function `asm9260_timer_init': > asm9260_timer.c:(.init.text+0x6c48): undefined reference to `of_io_request_and_map' > > CONFIG_OF is defined for sparc so it is expected that we have a > definition of of_io_request_and_map() but of/address.c is only compiled > if it is !SPARC. In other words, CONFIG_OF_ADDRESS is not defined for > sparc so we get the build failure. > > Fixes: e572f844ca66 ("clocksource/drivers/meson6: Add the COMPILE_TEST option") > Fixes: bec8c4617611 ("clocksource/drivers/mediatek: Add the COMPILE_TEST option") > Fixes: 4a373b45f94a ("clocksource/drivers/asm9260: Add the COMPILE_TEST option") > Cc: Daniel Lezcano > Signed-off-by: Sudip Mukherjee A gentle ping. We still have the build failure with next-20151217. Build log is at: https://travis-ci.org/sudipm-mukherjee/parport/jobs/97388466 regards sudip