From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750896AbdE1Nu0 (ORCPT ); Sun, 28 May 2017 09:50:26 -0400 Received: from mail-io0-f182.google.com ([209.85.223.182]:32859 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbdE1NuY (ORCPT ); Sun, 28 May 2017 09:50:24 -0400 MIME-Version: 1.0 In-Reply-To: <1495879129-28109-4-git-send-email-daniel.lezcano@linaro.org> References: <1495879129-28109-1-git-send-email-daniel.lezcano@linaro.org> <1495879129-28109-4-git-send-email-daniel.lezcano@linaro.org> From: Linus Walleij Date: Sun, 28 May 2017 15:50:23 +0200 Message-ID: Subject: Re: [PATCH 4/7] clocksource: Rename CLOCKSOURCE_ACPI_DECLARE To: Daniel Lezcano Cc: Thomas Gleixner , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Mark Rutland , Marc Zyngier , John Stultz , Stephen Boyd Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, May 27, 2017 at 11:58 AM, Daniel Lezcano wrote: > The macro name is now renamed to 'TIMER_ACPI_DECLARE' for consistency > with the CLOCKSOURCE_OF_DECLARE => TIMER_OF_DECLARE change. > > Signed-off-by: Daniel Lezcano Reviewed-by: Linus Walleij Yours, Linus Walleij