[PATCH 3/3] cpufreq: Add cpufreq driver for Freescale e500mc SOCs
    Tang Yuantian-B29983 
    B29983 at freescale.com
       
    Thu Mar 28 14:02:11 EST 2013
    
    
  
> > +		return ret;
> > +
> > +	pr_info("Freescale PowerPC corenet CPU frequency scaling driver\n");
> > +
> > +	return ret;
> > +}
> > +
> > +static void __exit ppc_corenet_cpufreq_exit(void) {
> > +	cpufreq_unregister_driver(&ppc_corenet_cpufreq_driver);
> > +}
> > +
> > +module_init(ppc_corenet_cpufreq_init);
> > +module_exit(ppc_corenet_cpufreq_exit);
> 
> this needs to be a module_platform_driver.
> 
The compatible string is used for clock driver.
This driver can not be a platform_driver.
-Yuantian
    
    
More information about the Linuxppc-dev
mailing list