summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPengpeng Hou <pengpeng@iscas.ac.cn>2026-07-04 20:26:31 +0800
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-07-10 09:05:38 +0200
commit8dcf23edaf4bdf22259f6a47cfddc8bb1467425c (patch)
tree8da88933d3c2a5d6b2f0756c638d56c39557be9d /include
parente24bde838d85ddea086909ca1dd17a8cf8737a0c (diff)
downloadlinux-8dcf23edaf4bdf22259f6a47cfddc8bb1467425c.tar.gz
linux-8dcf23edaf4bdf22259f6a47cfddc8bb1467425c.zip
media: cec: tegra: 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: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions