Re: [PATCH 2/2] regulator: mt6370: Use the correct header for platform_device_id

From: AngeloGioacchino Del Regno
Date: Wed Jun 29 2022 - 04:23:43 EST


Il 29/06/22 03:41, cy_huang ha scritto:
From: ChiYuan Huang <cy_huang@xxxxxxxxxxx>

'platform_device_id' struct is defined in 'mod_devicetable.h'.
Even 'of.h' also includes this header usage. The 'of.h' cannot be removed
due to 'of_match_ptr' function.

Signed-off-by: ChiYuan Huang <cy_huang@xxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>