driver inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I8BOB3 CVE: NA
----------------------------------------------------------------------
The mainline`s patch [1] add ARM TRBE ACPI support, so revert the private patch.
[1]: 85b09f52771e "coresight: trbe: Enable ACPI based TRBE devices"
This reverts commit 8fb256f135e3aec65720a5b15f0f0a20a21120dc.
Signed-off-by: Junhao He hejunhao3@huawei.com --- drivers/hwtracing/coresight/coresight-trbe.c | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/drivers/hwtracing/coresight/coresight-trbe.c b/drivers/hwtracing/coresight/coresight-trbe.c index b36291ce9063..aec770b43d0e 100644 --- a/drivers/hwtracing/coresight/coresight-trbe.c +++ b/drivers/hwtracing/coresight/coresight-trbe.c @@ -1188,14 +1188,7 @@ static const struct of_device_id arm_trbe_of_match[] = { }; MODULE_DEVICE_TABLE(of, arm_trbe_of_match);
-static const struct platform_device_id arm_trbe_match[] = { - { ARMV9_TRBE_PDEV_NAME, 0}, - {} -}; -MODULE_DEVICE_TABLE(platform, arm_trbe_match); - static struct platform_driver arm_trbe_driver = { - .id_table = arm_trbe_match, .driver = { .name = DRVNAME, .of_match_table = of_match_ptr(arm_trbe_of_match),