]> Git Repo - linux.git/commit
ARM: OMAP2+: do not allow SmartReflex to be built as a module
authorJean Pihet <[email protected]>
Thu, 28 Jun 2012 16:55:38 +0000 (09:55 -0700)
committerTony Lindgren <[email protected]>
Fri, 29 Jun 2012 12:54:31 +0000 (05:54 -0700)
commitbb0adf6ca6c78758c12b054fe3f25023033072ab
treeb77e07b2298cc873fa91a27e618ecdcd0fd70382
parent9e74f218abd04dfa082391672295ecc1a3654845
ARM: OMAP2+: do not allow SmartReflex to be built as a module

Disable the module option for POWER_AVS since this is currently not
supported.

This patch fixes these error in the case POWER_AVS is set to 'm':

arch/arm/mach-omap2/built-in.o: In function `sr_class3_configure':
arch/arm/mach-omap2/smartreflex-class3.c:43: undefined reference to `sr_configure_errgen'
arch/arm/mach-omap2/built-in.o: In function `sr_class3_disable':
arch/arm/mach-omap2/smartreflex-class3.c:33: undefined reference to `sr_disable_errgen'
arch/arm/mach-omap2/smartreflex-class3.c:35: undefined reference to `sr_disable'
arch/arm/mach-omap2/built-in.o: In function `sr_class3_enable':
arch/arm/mach-omap2/smartreflex-class3.c:28: undefined reference to `sr_enable'
arch/arm/mach-omap2/built-in.o: In function `sr_class3_init':
arch/arm/mach-omap2/smartreflex-class3.c:59: undefined reference to `sr_register_class'

Reported-by: Tony Lindgren <[email protected]>
Signed-off-by: Jean Pihet <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
[[email protected]: updated to use relative paths for the build error]
Signed-off-by: Tony Lindgren <[email protected]>
drivers/power/avs/Kconfig
This page took 0.048734 seconds and 4 git commands to generate.