diff options
| author | Nathan Chancellor <[email protected]> | 2020-05-01 19:59:58 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-05-04 09:15:00 +0200 |
| commit | 56a9a8068637b624f6724f58c6137f4410616558 (patch) | |
| tree | 458500fe5eeb91fb591fc79b36feb8df845fb026 /tools/perf/scripts/python | |
| parent | 7aa428dfc83c8f2c2d1b184b960efb9bc790c0d8 (diff) | |
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: 4db8180ffe7c ("firmware: xilinx: Remove eemi ops for fpga related APIs")
Signed-off-by: Nathan Chancellor <[email protected]>
Reported-by: "kernelci.org bot" <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions