We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8512ed2 commit ec29d22Copy full SHA for ec29d22
drivers/vfio/platform/vfio_amba.c
@@ -122,16 +122,16 @@ static const struct vfio_device_ops vfio_amba_ops = {
122
.detach_ioas = vfio_iommufd_physical_detach_ioas,
123
};
124
125
-static const struct amba_id pl330_ids[] = {
+static const struct amba_id vfio_amba_ids[] = {
126
{ 0, 0 },
127
128
129
-MODULE_DEVICE_TABLE(amba, pl330_ids);
+MODULE_DEVICE_TABLE(amba, vfio_amba_ids);
130
131
static struct amba_driver vfio_amba_driver = {
132
.probe = vfio_amba_probe,
133
.remove = vfio_amba_remove,
134
- .id_table = pl330_ids,
+ .id_table = vfio_amba_ids,
135
.drv = {
136
.name = "vfio-amba",
137
.owner = THIS_MODULE,
0 commit comments