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

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ie5bd3676d93de96de87c3145f9d2d66a975e7a02
This commit is contained in:
Tao Huang
2025-02-28 20:25:34 +08:00
parent a14e67109d
commit 0d9a55e1bf

View File

@@ -11,6 +11,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>