Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753132AbbFHRjM (ORCPT ); Mon, 8 Jun 2015 13:39:12 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:36322 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752910AbbFHRjD (ORCPT ); Mon, 8 Jun 2015 13:39:03 -0400 Message-ID: <5575D337.1030901@linaro.org> Date: Mon, 08 Jun 2015 19:39:03 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Maxime Coquelin CC: Thomas Gleixner , linux-kernel@vger.kernel.org, fengguang.wu@intel.com, luc.vanoostenryck@gmail.com, Ingo Molnar Subject: Re: [PATCH] clockevents/drivers/timer-stm32: Fix build error spotted by kbuild test robot References: <1433667684-10057-1-git-send-email-mcoquelin.stm32@gmail.com> In-Reply-To: <1433667684-10057-1-git-send-email-mcoquelin.stm32@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1393 Lines: 40 On 06/07/2015 11:01 AM, Maxime Coquelin wrote: > This patch fixes below error spotted by kbuild test robot when building > with ARCH=ia64: > > All error/warnings (new ones prefixed by >>): > > drivers/clocksource/timer-stm32.c:38:28: error: field 'evtdev' has incomplete type > > struct clock_event_device evtdev; > ^ > > drivers/clocksource/timer-stm32.c:44:19: warning: 'enum clock_event_mode' declared inside parameter list > > struct clock_event_device *evtdev) > > The fix consists in making the STM32 timer depend on GENERIC_CLOCKEVENTS. > > Reported-by: kbuild test robot > Signed-off-by: Maxime Coquelin Sounds good. Thomas, Ingo ? do you will take this patch directly ? Or do you prefer I queue it and waiting for more fixes to come before sending a PR ? Thanks -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/