Re: [PATCH] spi: rockchip_sfc: Add missing include for dm/device_compat.h

2022-03-28 Thread Kever Yang
On 2022/3/25 23:40, Chris Morgan wrote: From: Chris Morgan Add missing include for dm/device_compat.h. Without this include the SFC driver fails to compile because dev_err and dev_dbg are not defined. Signed-off-by: Chris Morgan Reviewed-by: Kever Yang Thanks, - Kever --- drivers/spi

[PATCH] spi: rockchip_sfc: Add missing include for dm/device_compat.h

2022-03-25 Thread Chris Morgan
From: Chris Morgan Add missing include for dm/device_compat.h. Without this include the SFC driver fails to compile because dev_err and dev_dbg are not defined. Signed-off-by: Chris Morgan --- drivers/spi/rockchip_sfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/rockchip_s