From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754895AbcFQOdR (ORCPT ); Fri, 17 Jun 2016 10:33:17 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:42818 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105AbcFQOdP (ORCPT ); Fri, 17 Jun 2016 10:33:15 -0400 Subject: Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table To: Daniel Lezcano , References: <1466112442-31105-1-git-send-email-daniel.lezcano@linaro.org> <1466112442-31105-64-git-send-email-daniel.lezcano@linaro.org> CC: , Russell King , Michal Simek , John Crispin , "Ralf Baechle" , Ley Foon Tan , "Srinivas Kandagatla" , Maxime Coquelin , Patrice Chotard , "Stephen Warren" , Lee Jones , Eric Anholt , Florian Fainelli , Ray Jui , Scott Branden , =?UTF-8?Q?S=c3=b6ren_Brinkmann?= , Linus Walleij , Alexander Shiyan , Kukjin Kim Newsgroups: gmane.linux.ports.mips.general,gmane.linux.kernel,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.kernel.rpi,gmane.linux.kernel.samsung-soc,gmane.linux.ports.arm.mediatek,gmane.linux.ports.arm.rockchip,gmane.linux.ports.tegra,gmane.linux.kernel.cross-arch From: Vineet Gupta Message-ID: <57640A1D.6030707@synopsys.com> Date: Fri, 17 Jun 2016 16:33:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1466112442-31105-64-git-send-email-daniel.lezcano@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.100.21.13] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 16 June 2016 11:27 PM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE s/CLOCKSOURCE_OF_DECLARE/CLOCKSOURCE_OF_DECLARE_RET is no longer used as well as the > clksrc-of table. > > Let's convert back the names: > - CLOCKSOURCE_OF_DECLARE_RET => CLOCKSOURCE_OF_DECLARE > - clksrc-of-ret => clksrc-of > > Signed-off-by: Daniel Lezcano > --- > arch/arc/kernel/time.c | 6 +++--- Acked-by: Vineet Gupta #for arch/arc Thx, -Vineet