commit | 316fd943e7a7b81623274934fb668f2016f65cf2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 01 01:40:36 2016 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Feb 05 12:47:20 2016 +0800 |
tree | 7a9b2cfaaf1b144311edb4b9704653e0ff16776d | |
parent | f381b065753d8e3be25287a4e5f55ea10029e8da [diff] |
spi: ich: Some clean up 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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com>