diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-30 00:50:40 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-30 00:50:40 +0100 |
commit | f8db84f132b1e335f20f96138a1f09ed97b08664 (patch) | |
tree | dd31c4563cb6fb067f1d44f64e2ffca7f9b3ec13 /board/lpc2292sodimm/spi.h | |
parent | 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 (diff) | |
download | u-boot-imx-f8db84f132b1e335f20f96138a1f09ed97b08664.zip u-boot-imx-f8db84f132b1e335f20f96138a1f09ed97b08664.tar.gz u-boot-imx-f8db84f132b1e335f20f96138a1f09ed97b08664.tar.bz2 |
LPC2292 SODIMM port coding style cleanup.
Diffstat (limited to 'board/lpc2292sodimm/spi.h')
-rw-r--r-- | board/lpc2292sodimm/spi.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/lpc2292sodimm/spi.h b/board/lpc2292sodimm/spi.h index 64f088c..6ae66e8 100644 --- a/board/lpc2292sodimm/spi.h +++ b/board/lpc2292sodimm/spi.h @@ -79,6 +79,4 @@ static inline void spi_set_cfg(unsigned char phase, PUT8(S0SPCR, v); } - -#endif - +#endif /* SPI_H */ |