diff options
author | 2019-10-01 10:38:03 -0700 | |
---|---|---|
committer | 2019-10-01 12:43:12 -0700 | |
commit | ade77a2da81efb5eaff1f7cc1b1bc14cd9380faa (patch) | |
tree | 79b51b3e661caee29a8fcffd07f0daeca520c052 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xen/efi: Set nonblocking callbacks (diff) | |
download | wireguard-linux-ade77a2da81efb5eaff1f7cc1b1bc14cd9380faa.tar.xz wireguard-linux-ade77a2da81efb5eaff1f7cc1b1bc14cd9380faa.zip |
ARM: xen: unexport HYPERVISOR_platform_op function
HYPERVISOR_platform_op() is an inline function and should not
be exported. Since commit 15bfc2348d54 ("modpost: check for
static EXPORT_SYMBOL* functions"), this causes a warning:
WARNING: "HYPERVISOR_platform_op" [vmlinux] is a static EXPORT_SYMBOL_GPL
Instead, export the underlying function called by the static inline:
HYPERVISOR_platform_op_raw.
Fixes: 15bfc2348d54 ("modpost: check for static EXPORT_SYMBOL* functions")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions