Re: [PATCH 0/2] ACPI / PMIC: constify platform_device_id

From: Rafael J. Wysocki
Date: Tue Nov 28 2017 - 15:58:49 EST


On Tue, Nov 28, 2017 at 11:01 AM, Arvind Yadav
<arvind.yadav.cs@xxxxxxxxx> wrote:
> platform_device_id are not supposed to change at runtime. All functions
> working with platform_device_id provided by <linux/platform_device.h>
> work with const platform_device_id. So mark the non-const structs as
> const.
>
> Arvind Yadav (2):
> [PATCH 1/2] ACPI / PMIC: constify platform_device_id
> [PATCH 2/2] ACPI / PMIC: Constify platform_device_id

Can you please resend the two changes in this series as one patch?

Thanks,
Rafael