Re: [PATCH v1 03/11] spi: rockchip-sfc: fix building rockchip-sfc

2022-03-14 Thread Peter Geis
On Mon, Mar 14, 2022 at 4:47 AM Kever Yang wrote: > > Hi Peter, Good Morning, > > On 2022/2/22 09:31, Peter Geis wrote: > > The rockchip-sfc driver is missing an include to build correctly. > > > I think this driver builds OK and has been tested by other developer, > could you share what kind of

Re: [PATCH v1 03/11] spi: rockchip-sfc: fix building rockchip-sfc

2022-03-14 Thread Kever Yang
Hi Peter, On 2022/2/22 09:31, Peter Geis wrote: The rockchip-sfc driver is missing an include to build correctly. I think this driver builds OK and has been tested by other developer, could you share what kind of build environment do you using and what issue did you meet? Thanks, - Keve

[PATCH v1 03/11] spi: rockchip-sfc: fix building rockchip-sfc

2022-02-21 Thread Peter Geis
The rockchip-sfc driver is missing an include to build correctly. Signed-off-by: Peter Geis --- drivers/spi/rockchip_sfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/rockchip_sfc.c b/drivers/spi/rockchip_sfc.c index e098acac..851a6482985b 100644 --- a/drivers/spi/rockchi