libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters
[deliverable/linux.git] / include / linux / libata.h
index ef52a07c43d8da63eba34a0dd571dc90c8d3310e..1ca9b89632f95825ea4a0066c9eceb797de2adc5 100644 (file)
@@ -940,8 +940,8 @@ enum {
 /* libata-acpi.c */
 #ifdef CONFIG_ATA_ACPI
 extern int ata_acpi_cbl_80wire(struct ata_port *ap);
-int ata_acpi_stm(const struct ata_port *ap, struct ata_acpi_gtm *stm);
-int ata_acpi_gtm(const struct ata_port *ap, struct ata_acpi_gtm *stm);
+int ata_acpi_stm(struct ata_port *ap, const struct ata_acpi_gtm *stm);
+int ata_acpi_gtm(struct ata_port *ap, struct ata_acpi_gtm *stm);
 #else
 static inline int ata_acpi_cbl_80wire(struct ata_port *ap) { return 0; }
 #endif
This page took 0.03386 seconds and 5 git commands to generate.