From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755154Ab3GTVee (ORCPT ); Sat, 20 Jul 2013 17:34:34 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:37161 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754974Ab3GTVed (ORCPT ); Sat, 20 Jul 2013 17:34:33 -0400 Message-ID: <51EB0265.2030508@linaro.org> Date: Sat, 20 Jul 2013 23:34:29 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jonas Jensen CC: Linus Walleij , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "arm@kernel.org" , John Stultz , Thomas Gleixner , =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , Tomasz Figa , Thomas Petazzoni , Arnd Bergmann Subject: Re: [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs References: <1373985880-23469-1-git-send-email-jonas.jensen@gmail.com> <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/20/2013 10:45 PM, Linus Walleij wrote: > On Wed, Jul 17, 2013 at 10:04 AM, Jonas Jensen wrote: > >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include > > #include > >> +#define TIMEREG_CR_1_ENABLE BIT(0) > > Because BIT() comes from there. And we shall not rely on > implicit #inclusion. Hi Jonas, as the patchset is already merged could you fix it with a separate patch ? Thanks -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Sat, 20 Jul 2013 23:34:29 +0200 Subject: [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs In-Reply-To: References: <1373985880-23469-1-git-send-email-jonas.jensen@gmail.com> <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> Message-ID: <51EB0265.2030508@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/20/2013 10:45 PM, Linus Walleij wrote: > On Wed, Jul 17, 2013 at 10:04 AM, Jonas Jensen wrote: > >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include > > #include > >> +#define TIMEREG_CR_1_ENABLE BIT(0) > > Because BIT() comes from there. And we shall not rely on > implicit #inclusion. Hi Jonas, as the patchset is already merged could you fix it with a separate patch ? Thanks -- Daniel -- Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog