diff options
author | 2021-06-17 11:54:15 -0300 | |
---|---|---|
committer | 2021-07-14 15:28:43 +0800 | |
commit | fb1425b436bcf936065edbbe8d092465a53185b6 (patch) | |
tree | 5762e280789318bad725fb3d4b6a6aeaec8e8553 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ARM: imx: add missing clk_disable_unprepare() (diff) | |
download | wireguard-linux-fb1425b436bcf936065edbbe8d092465a53185b6.tar.xz wireguard-linux-fb1425b436bcf936065edbbe8d092465a53185b6.zip |
ARM: imx: common: Move prototype outside the SMP block
Currently the imx_gpcv2_set_core1_pdn_pup_by_software() prototype is
guarded by the CONFIG_SMP symbol. This causes W=1 build warnings when
CONFIG_SMP is not selected:
arch/arm/mach-imx/src.c:103:6: warning: no previous prototype for 'imx_gpcv2_set_core1_pdn_pup_by_software' [-Wmissing-prototypes]
Fix it by moving the imx_gpcv2_set_core1_pdn_pup_by_software() prototype
outside of the CONFIG_SMP block.
Fixes: e34645f45805 ("ARM: imx: add smp support for imx7d")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions