soc: rockchip: thunderboot_sfc: Explicitly include of_platform.h for of_platform_device_create

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Iac58bd3d9e725f7cfde9e04eb15969915eeda80a
This commit is contained in:
Tao Huang
2025-02-28 20:24:27 +08:00
parent e6782dab44
commit a14e67109d

View File

@@ -10,6 +10,7 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_device.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
#include <linux/soc/rockchip/rockchip_decompress.h>
#include <linux/soc/rockchip/rockchip_thunderboot_crypto.h>