]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "ARM i.MX25: Fix PWM per clock lookups"
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Oct 2012 15:41:13 +0000 (17:41 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Oct 2012 15:46:56 +0000 (17:46 +0200)
commitf546f92fe5cc7f2d691b5df0a8be54b38957562f
tree7f25dac5754bd5ef0e39b12c912ea880189229d8
parent525a9bdd8188e2a7406c1ae2178b9665e5774835
Revert "ARM i.MX25: Fix PWM per clock lookups"

This reverts commit d2e758edfcd9aee4d3fdfe7210d1acd6637da6db, it
was applied prematurely, causing this build error for
imx_v4_v5_defconfig:

arch/arm/mach-imx/clk-imx25.c: In function 'mx25_clocks_init':
arch/arm/mach-imx/clk-imx25.c:206:26: error: 'pwm_ipg_per' undeclared (first use in this function)
arch/arm/mach-imx/clk-imx25.c:206:26: note: each undeclared identifier is reported only once for each function it appears in

Sascha Hauer explains:
> There are several gates missing in clk-imx25.c. I have a patch which
> adds support for them and I seem to have missed that the above depends
> on it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-imx/clk-imx25.c