Skip to content

Commit

Permalink
fix: gpu: fix device tree matching img,gpu
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Signed-off-by: Han Gao <rabenda.cn@gmail.com>
  • Loading branch information
RevySR committed Sep 21, 2024
1 parent 26983fd commit 0f273d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/img-rogue/pvr_platform_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static const struct of_device_id pvr_of_ids[] = {
};

#if !defined(CHROMIUMOS_KERNEL) || !defined(MODULE)
//MODULE_DEVICE_TABLE(of, pvr_of_ids);
MODULE_DEVICE_TABLE(of, pvr_of_ids);
#endif
#endif

Expand All @@ -271,7 +271,7 @@ static struct platform_device_id pvr_platform_ids[] = {
};

#if !defined(CHROMIUMOS_KERNEL) || !defined(MODULE)
//MODULE_DEVICE_TABLE(platform, pvr_platform_ids);
MODULE_DEVICE_TABLE(platform, pvr_platform_ids);
#endif

static struct platform_driver pvr_platform_driver = {
Expand Down

0 comments on commit 0f273d5

Please sign in to comment.