]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/bridge: it6505: Enable module autoloading
authorLiao Chen <liaochen4@huawei.com>
Mon, 2 Sep 2024 11:33:18 +0000 (11:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:03:43 +0000 (20:03 +0100)
commit86f5f19d670f99dd86abb70c07fd3039c788114e
treebd8f858bae4edf7fce14e34b64c42ade2fcef285
parent187d5ff497db4f9b24fb9619be67e16b882120e7
drm/bridge: it6505: Enable module autoloading

[ Upstream commit 1e2ab24cd708b1c864ff983ee1504c0a409d2f8e ]

Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based
on the alias from of_device_id table.

Signed-off-by: Liao Chen <liaochen4@huawei.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240902113320.903147-2-liaochen4@huawei.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/bridge/ite-it6505.c