diff options
| author | Miquel Raynal <[email protected]> | 2023-06-22 21:32:13 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2023-07-21 07:07:53 +0000 |
| commit | 97c23217f1eeff563a3fa5a5bc92a4dc85d17f67 (patch) | |
| tree | 92f69645e68174351037f92b94bec56ed32ad331 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | drm: debugfs: Silence warning from cast (diff) | |
| download | kernel-97c23217f1eeff563a3fa5a5bc92a4dc85d17f67.tar.gz kernel-97c23217f1eeff563a3fa5a5bc92a4dc85d17f67.zip | |
of: module: Export of_device_uevent()
The content of of_device_uevent() is currently hardcoded in a driver
that can be compiled as a module. Nothing prevents of_device_uevent() to
be exported to modules, most of the other helpers in of/device.c
actually are. The reason why this helper was not exported is because it
has been so far only useful in drivers/base, which is built-in anyway.
With the idea of getting rid of the hardcoded implementation of
of_device_uevent() in other places in the kernel, let's export it to GPL
modules (very much like its cousins in the same file).
Signed-off-by: Miquel Raynal <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
