Re: [PATCH v2] pwm: Fix compilation error when CONFIG_PWM is not defined

2012-09-12 Thread Tushar Behera
On 09/11/2012 08:18 PM, Thierry Reding wrote: > On Tue, Sep 11, 2012 at 03:14:15PM +0530, Tushar Behera wrote: >> Add dummy implemention of public symbols for compilation-safe inclusion >> of include/linux/pwm.h file when CONFIG_PWM is not defined. >> >> While at it, also reorganize the file. >> >>

Re: [PATCH v2] pwm: Fix compilation error when CONFIG_PWM is not defined

2012-09-11 Thread Thierry Reding
On Tue, Sep 11, 2012 at 03:14:15PM +0530, Tushar Behera wrote: > Add dummy implemention of public symbols for compilation-safe inclusion > of include/linux/pwm.h file when CONFIG_PWM is not defined. > > While at it, also reorganize the file. > > Reported-by: Sachin Kamat > Signed-off-by: Tushar

[PATCH v2] pwm: Fix compilation error when CONFIG_PWM is not defined

2012-09-11 Thread Tushar Behera
Add dummy implemention of public symbols for compilation-safe inclusion of include/linux/pwm.h file when CONFIG_PWM is not defined. While at it, also reorganize the file. Reported-by: Sachin Kamat Signed-off-by: Tushar Behera --- Changes since v1: * Incorporated Thierry's suggestions regarding