
23 Oct
2014
23 Oct
'14
5:03 a.m.
On 13 October 2014 23:41, Simon Glass sjg@chromium.org wrote:
Some files are using SPI functions but not explitly including the SPI header file. Fix this, since driver model needs it.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4: None Changes in v3: None Changes in v2:
- Add spi.h header to dfu_sf.c
common/env_sf.c | 1 + drivers/dfu/dfu_sf.c | 1 + drivers/mtd/spi/sf_params.c | 1 + 3 files changed, 3 insertions(+)
Applied to u-boot-dm/master.