diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-13 23:42:04 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:50 -0600 |
commit | ff0960f9a018952cbaab59c0d87b6e0338c8f04c (patch) | |
tree | 3f1b13b4252c54a33ecc978310a1d1778c463295 /board/buffalo/lsxl | |
parent | 0043b1faa7f8a6b9a38ac949335cf3a5c3074459 (diff) | |
download | u-boot-imx-ff0960f9a018952cbaab59c0d87b6e0338c8f04c.zip u-boot-imx-ff0960f9a018952cbaab59c0d87b6e0338c8f04c.tar.gz u-boot-imx-ff0960f9a018952cbaab59c0d87b6e0338c8f04c.tar.bz2 |
sf: Tidy up public and private header files
Since spi_flash.h is supposed to be the public API for SPI flash, move
private things to sf_internal.h. Also tidy up a few comment nits.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'board/buffalo/lsxl')
-rw-r--r-- | board/buffalo/lsxl/lsxl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c index 659a124..c1cb07b 100644 --- a/board/buffalo/lsxl/lsxl.c +++ b/board/buffalo/lsxl/lsxl.c @@ -13,11 +13,12 @@ #include <malloc.h> #include <netdev.h> #include <miiphy.h> +#include <spi.h> +#include <spi_flash.h> #include <asm/arch/kirkwood.h> #include <asm/arch/cpu.h> #include <asm/arch/mpp.h> #include <asm/arch/gpio.h> -#include <spi_flash.h> #include "lsxl.h" |