mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 09:51:21 -04:00
drm/rockchip: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
This commit is contained in:
committed by
Mark Yao
parent
72906ce030
commit
3b134ced9c
@@ -374,6 +374,7 @@ static const struct of_device_id vop_driver_dt_match[] = {
|
||||
.data = &rk3288_vop },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, vop_driver_dt_match);
|
||||
|
||||
static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user