ACPI: platform: Constify properties parameter in acpi_create_platform_device()
[sfrench/cifs-2.6.git] / drivers / acpi / acpi_platform.c
index 78d621290a35105808f65be4d79037e97b9c8cf7..de3cbf152deef1aebeac08fa784ff0272baaa36c 100644 (file)
@@ -95,7 +95,7 @@ static void acpi_platform_fill_resource(struct acpi_device *adev,
  * Name of the platform device will be the same as @adev's.
  */
 struct platform_device *acpi_create_platform_device(struct acpi_device *adev,
-                                       struct property_entry *properties)
+                                                   const struct property_entry *properties)
 {
        struct platform_device *pdev = NULL;
        struct platform_device_info pdevinfo;