]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: 7742/1: topology: export cpu_topology
authorArnd Bergmann <arnd@arndb.de>
Fri, 31 May 2013 21:49:22 +0000 (22:49 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 19 Jun 2013 01:16:56 +0000 (02:16 +0100)
commit17db9f4f88581b83762735eba9c64f06a85ac069
tree6cefb728e24809173f5e8d2e9fe81bf5407c2e3c
parent89dc57e2f08f9dca506ca7b023d62ab46b8b196c
ARM: 7742/1: topology: export cpu_topology

commit 92bdd3f5eba299b33c2f4407977d6fa2e2a6a0da upstream.

The cpu_topology symbol is required by any driver using the topology
interfaces, which leads to a couple of build errors:

ERROR: "cpu_topology" [drivers/net/ethernet/sfc/sfc.ko] undefined!
ERROR: "cpu_topology" [drivers/cpufreq/arm_big_little.ko] undefined!
ERROR: "cpu_topology" [drivers/block/mtip32xx/mtip32xx.ko] undefined!

The obvious solution is to export this symbol.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Nicolas Pitre <nico@linaro.org>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/arm/kernel/topology.c