Re: [PATCH 07/26] x86: spl: Move priv/plat structs to headers

2020-12-28 Thread Simon Glass
With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them. Signed-off-by: Simon Glass --- drivers/spi/ich.c | 11 --- drivers/spi/ich.h | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) Applied to u-boot-dm/next, than

[PATCH 07/26] x86: spl: Move priv/plat structs to headers

2020-12-19 Thread Simon Glass
With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them. Signed-off-by: Simon Glass --- drivers/spi/ich.c | 11 --- drivers/spi/ich.h | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/spi/ich.c