aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2014-02-18 16:33:07 +0100
committerArnd Bergmann <[email protected]>2014-03-21 18:26:03 +0100
commit1ced9a5b07ccf41704ca347778a154944598c665 (patch)
treec4970ab9a38c069ce456e0b51a8f2b90b7739a22 /tools/perf/scripts/python
parent847e34969d9e51d7f931fc37867adc140c03a61a (diff)
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 <[email protected]> Cc: Eric Miao <[email protected]> Cc: Russell King <[email protected]> Cc: Haojian Zhuang <[email protected]> Cc: Daniel Mack <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions