From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755060Ab3GTUpb (ORCPT ); Sat, 20 Jul 2013 16:45:31 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:54658 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946Ab3GTUpa (ORCPT ); Sat, 20 Jul 2013 16:45:30 -0400 MIME-Version: 1.0 In-Reply-To: <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> References: <1373985880-23469-1-git-send-email-jonas.jensen@gmail.com> <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> Date: Sat, 20 Jul 2013 22:45:29 +0200 Message-ID: Subject: Re: [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs From: Linus Walleij To: Jonas Jensen Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "arm@kernel.org" , John Stultz , Thomas Gleixner , =?ISO-8859-1?Q?Uwe_Kleine=2DK=F6nig?= , Tomasz Figa , Thomas Petazzoni , Arnd Bergmann , Daniel Lezcano Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Apart from that: Reviewed-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sat, 20 Jul 2013 22:45:29 +0200 Subject: [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs In-Reply-To: <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> References: <1373985880-23469-1-git-send-email-jonas.jensen@gmail.com> <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. Apart from that: Reviewed-by: Linus Walleij Yours, Linus Walleij