|
@@ -218,12 +218,12 @@ static void ata_acpi_dev_uevent(acpi_handle handle, u32 event, void *data)
|
|
|
ata_acpi_uevent(dev->link->ap, dev, event);
|
|
|
}
|
|
|
|
|
|
-static struct acpi_dock_ops ata_acpi_dev_dock_ops = {
|
|
|
+static const struct acpi_dock_ops ata_acpi_dev_dock_ops = {
|
|
|
.handler = ata_acpi_dev_notify_dock,
|
|
|
.uevent = ata_acpi_dev_uevent,
|
|
|
};
|
|
|
|
|
|
-static struct acpi_dock_ops ata_acpi_ap_dock_ops = {
|
|
|
+static const struct acpi_dock_ops ata_acpi_ap_dock_ops = {
|
|
|
.handler = ata_acpi_ap_notify_dock,
|
|
|
.uevent = ata_acpi_ap_uevent,
|
|
|
};
|