Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S948372AbcKAApo (ORCPT ); Mon, 31 Oct 2016 20:45:44 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:60821 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S948223AbcKAApn (ORCPT ); Mon, 31 Oct 2016 20:45:43 -0400 Subject: Re: [PATCH 9/9] clocksource: import ARC timer driver To: kbuild test robot References: <1477954096-770-10-git-send-email-vgupta@synopsys.com> <201611010729.RHZWyA5l%fengguang.wu@intel.com> CC: , Daniel Lezcano , , , , Noam Camus , Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: <6dac5b54-dd48-3c23-94af-b5fceef8269e@synopsys.com> Date: Mon, 31 Oct 2016 17:45:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201611010729.RHZWyA5l%fengguang.wu@intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.40] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1683 Lines: 32 On 10/31/2016 05:01 PM, kbuild test robot wrote: > Hi Vineet, > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.9-rc3] > [cannot apply to arc/for-next] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] > [Check https://git-scm.com/docs/git-format-patch for more information] > > url: https://github.com/0day-ci/linux/commits/Vineet-Gupta/Move-ARC-timer-code-into-drivers-clocksource/20161101-065452 > config: ia64-allmodconfig (attached as .config) > compiler: ia64-linux-gcc (GCC) 6.2.0 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > make.cross ARCH=ia64 > > All error/warnings (new ones prefixed by >>): > >>> >> drivers/clocksource/arc_timer.c:237:19: warning: 'struct clock_event_device' declared inside parameter list will not be visible outside of this definition or declaration > struct clock_event_device *dev) > ^~~~~~~~~~~~~~~~~~ > drivers/clocksource/arc_timer.c:243:45: warning: 'struct clock_event_device' declared inside parameter list will not be visible outside of this definition or declaration So I'd build tested the series for ARM (32 bit) and x86 (64 bit). Seems this requires a depends on GENERIC_CLOCKEVENTS. Will fix it along with other comments ! Thx for reporting. -Vineet