diff options
| author | Pengpeng Hou <pengpeng@iscas.ac.cn> | 2026-07-04 20:43:08 +0800 |
|---|---|---|
| committer | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2026-07-14 12:49:00 +0200 |
| commit | 0ef07f74aff2db93450a01fea3296c32b991e72a (patch) | |
| tree | 6960ca337c1e5c0047494c746a8062a183ad9bda /arch | |
| parent | 7a5e16e5dffa19d87b7f0aee924c02583d5f4ab8 (diff) | |
| download | linux-next-0ef07f74aff2db93450a01fea3296c32b991e72a.tar.gz linux-next-0ef07f74aff2db93450a01fea3296c32b991e72a.zip | |
soc: mediatek: add missing MODULE_DEVICE_TABLE()
The driver has an OF match table wired to .of_match_table, but does
not export the table with MODULE_DEVICE_TABLE().
Add the missing MODULE_DEVICE_TABLE(of, ...) entry so module alias
information is generated for OF based module autoloading.
This is a source-level fix. It does not claim dynamic hardware
reproduction; the evidence is the driver-owned match table, its use by
the platform driver, and the missing module alias publication.
Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions
