diff options
| author | Luis Chamberlain <[email protected]> | 2020-04-24 18:49:15 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-04-26 08:42:15 +0000 |
| commit | 5a3577039cbe0bbb8e7a12d2790e23039b8a8618 (patch) | |
| tree | 49e1edc52c32b1d5b640ac81e134dc28eff1b7ae /drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c | |
| parent | debugfs: remove return value of debugfs_create_u32() (diff) | |
| download | kernel-5a3577039cbe0bbb8e7a12d2790e23039b8a8618.tar.gz kernel-5a3577039cbe0bbb8e7a12d2790e23039b8a8618.zip | |
firmware_loader: revert removal of the fw_fallback_config export
Christoph's patch removed two unsused exported symbols, however, one
symbol is used by the firmware_loader itself. If CONFIG_FW_LOADER=m so
the firmware_loader is modular but CONFIG_FW_LOADER_USER_HELPER=y we fail
the build at mostpost.
ERROR: modpost: "fw_fallback_config" [drivers/base/firmware_loader/firmware_class.ko] undefined!
This happens because the variable fw_fallback_config is built into the
kernel if CONFIG_FW_LOADER_USER_HELPER=y always, so we need to grant
access to the firmware loader module by exporting it.
Revert only one hunk from his patch.
Fixes: 739604734bd8 ("firmware_loader: remove unused exports")
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm_cpu.c')
0 files changed, 0 insertions, 0 deletions
