From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH V2 63/63] clocksources: Switch back to the clksrc table Date: Fri, 17 Jun 2016 09:04:47 -0700 Message-ID: References: <1466112442-31105-1-git-send-email-daniel.lezcano@linaro.org> <1466112442-31105-64-git-send-email-daniel.lezcano@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1466112442-31105-64-git-send-email-daniel.lezcano@linaro.org> Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Daniel Lezcano , tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, Vineet Gupta , 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 List-Id: linux-tegra@vger.kernel.org On 6/16/2016 2:27 PM, Daniel Lezcano wrote: > All the clocksource drivers's init function are now converted to return > an error code. CLOCKSOURCE_OF_DECLARE 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 > --- > drivers/clocksource/timer-keystone.c | 2 +- Acked-by: Santosh Shilimkar