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

2012-09-12 Thread Thierry Reding
On Wed, Sep 12, 2012 at 02:30:12PM +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. > > Reported-by: Sachin Kamat > Signed-off-by: Tushar Behera > --- > Changes since v2: > * #if co

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

2012-09-12 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. Reported-by: Sachin Kamat Signed-off-by: Tushar Behera --- Changes since v2: * #if condition for legacy functions modified * Reverted layout changes, can be taken u