From: Arnd Bergmann Date: Mon, 3 Jun 2013 13:57:31 +0000 (+0200) Subject: ARM: mxs: don't select HAVE_PWM X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~73^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab1824636dac89b48f75dba57650d24a4e38b48c;p=pandora-kernel.git ARM: mxs: don't select HAVE_PWM The HAVE_PWM symbol is only for legacy platforms that provide the PWM API without using the generic framework. MXS actually uses that framework, and selecting the symbol anyway might cause build errors like drivers/built-in.o: In function `pwm_beeper_resume': :(.text+0x1f4fc0): undefined reference to `pwm_config' :(.text+0x1f4fc8): undefined reference to `pwm_enable' drivers/built-in.o: In function `pwm_beeper_suspend': :(.text+0x1f4ffc): undefined reference to `pwm_disable' when CONFIG_PWM is disabled. Signed-off-by: Arnd Bergmann Cc: Shawn Guo --- Reading git-diff-tree failed