linux/drivers/firmware/xilinx
Nathan Chancellor 56a9a80686 firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}
When building arm64 allmodconfig:

ERROR: modpost: "zynqmp_pm_fpga_load" [drivers/fpga/zynqmp-fpga.ko] undefined!
ERROR: modpost: "zynqmp_pm_fpga_get_status" [drivers/fpga/zynqmp-fpga.ko] undefined!

These functions were added to drivers/fpga/zynqmp-fpga.c but not
exported so the module build breaks. Export them so that they can be
used in modules properly.

Fixes: 4db8180ffe ("firmware: xilinx: Remove eemi ops for fpga related APIs")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reported-by: "kernelci.org bot" <bot@kernelci.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20200502025958.2714249-1-natechancellor@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-05-04 09:15:00 +02:00
..
Kconfig arm64: zynqmp: Make zynqmp_firmware driver optional 2020-03-09 14:58:24 +01:00
Makefile firmware: xilinx: Add debugfs interface 2018-09-26 08:47:35 +02:00
zynqmp-debug.c firmware: xilinx: Remove eemi ops for query_data 2020-04-28 15:45:06 +02:00
zynqmp-debug.h firmware: xilinx: Add debugfs interface 2018-09-26 08:47:35 +02:00
zynqmp.c firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load} 2020-05-04 09:15:00 +02:00