diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-18 16:33:07 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 18:26:03 +0100 |
commit | 1ced9a5b07ccf41704ca347778a154944598c665 (patch) | |
tree | c4970ab9a38c069ce456e0b51a8f2b90b7739a22 /arch/arm/mach-pxa | |
parent | ARM: pxa: fix colibri build (diff) | |
download | linux-1ced9a5b07ccf41704ca347778a154944598c665.tar.xz linux-1ced9a5b07ccf41704ca347778a154944598c665.zip |
ARM: pxa: fix pxa_ssp_* declarations
The functions declared in include/linux/pxa2xx_ssp.h are
defined in plat-pxa/ssp.c, which can also be built for
PLAT_MMP, but may be disabled there. This can lead to
both unresolved symbols at link time and to duplicate
symbols at compile time for random configurations.
Changing the #ifdef in the header file to match the
Kconfig symbol that decides if the file is built solves
both problems.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
0 files changed, 0 insertions, 0 deletions