mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
coresight: replicator: Add terminate entry for acpi_device_id tables
Make sure acpi_device_id tables have terminate entry.
Fixes: 115b1aa233
("coresight: acpi: Support for platform devices")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
745cfc5651
commit
055ecea0aa
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ static const struct of_device_id static_replicator_match[] = {
|
||||||
#ifdef CONFIG_ACPI
|
#ifdef CONFIG_ACPI
|
||||||
static const struct acpi_device_id static_replicator_acpi_ids[] = {
|
static const struct acpi_device_id static_replicator_acpi_ids[] = {
|
||||||
{"ARMHC985", 0}, /* ARM CoreSight Static Replicator */
|
{"ARMHC985", 0}, /* ARM CoreSight Static Replicator */
|
||||||
|
{}
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue