> On 28 of September 2010 10:40:42 Arun Murthy wrote: > > The existing pwm based led and backlight driver makes use of the > > pwm(include/linux/pwm.h). So all the board specific pwm drivers will > > be exposing the same set of function name as in include/linux/pwm.h. > > As a result build fails. > > Which build fails? One with multi-SoC support? Please be more specific. Sure will add this in v2. > > +void __deprecated pwm_free(struct pwm_device *pwm) > > +{ > > +} > > Why pwm_free is marked __deprecated? What is its successor? This function is to be removed. Thanks and Regards, Arun R Murthy -------------