On Wed, Oct 17, 2012 at 8:53 PM, Viresh Kumar viresh.kumar@linaro.org wrote:
On 16 October 2012 17:14, hongbo.zhang hongbo.zhang@linaro.org wrote:
+static int __devinit db8500_cpufreq_cooling_probe(struct platform_device *pdev) +{
struct db8500_cpufreq_cdev *cooling_devs;
Hi Hongbo,
I saw somebody saying this in another thread:
__devinit &__devexit will go away sometime soon, so please don't use it in new code.
commit 45f035a (only in linux-next I think) has some details.
-- viresh