mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
MALI: midgard: change kbase_platform_driver.driver.name to "midgard"
To make it possible that the both built-in midgard and bifrost device driver could be both loaded. Signed-off-by: Zhen Chen <chenzhen@rock-chips.com> Change-Id: I8271a6d817dda3781d70fc69aaaccf3860354b48
This commit is contained in:
@@ -4868,7 +4868,7 @@ static struct platform_driver kbase_platform_driver = {
|
||||
.remove = kbase_platform_device_remove,
|
||||
.shutdown = kbase_platform_device_shutdown,
|
||||
.driver = {
|
||||
.name = kbase_drv_name,
|
||||
.name = "midgard",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &kbase_pm_ops,
|
||||
.of_match_table = of_match_ptr(kbase_dt_ids),
|
||||
|
||||
Reference in New Issue
Block a user