[U-Boot] [PATCH 01/23] spi: ich: Some clean up

Simon Glass sjg at chromium.org
Mon Feb 1 17:19:35 CET 2016


On 1 February 2016 at 02:40, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> This cleans up the ich spi driver a little bit:
> - Remove struct ich_spi_slave that is not referenced anywhere
> - Remove ending period in some comments
> - Move struct ich_spi_platdata and struct ich_spi_priv to ich.h
> - Add #ifndef _ICH_H_ .. in ich.h
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/spi/ich.c | 38 +++++--------------------------------
>  drivers/spi/ich.h | 56 +++++++++++++++++++++++++++++++++++++++++--------------
>  2 files changed, 47 insertions(+), 47 deletions(-)


Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list