diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:23:05 +0200 | 
| commit | f12e4549b6fb01cd2654348af95a3c7a6ac161e7 (patch) | |
| tree | 725ff6a5ad3b615b0e94c42bc2834a9e70f18d8e /board/sh7785lcr/rtl8169.h | |
| parent | 0c32565f536609d78feef35c88bbc39d3ac53a73 (diff) | |
| download | olio-uboot-2014.01-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.tar.xz olio-uboot-2014.01-f12e4549b6fb01cd2654348af95a3c7a6ac161e7.zip | |
Coding style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/sh7785lcr/rtl8169.h')
| -rw-r--r-- | board/sh7785lcr/rtl8169.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/sh7785lcr/rtl8169.h b/board/sh7785lcr/rtl8169.h index d1c0d64b1..ca9c0bd94 100644 --- a/board/sh7785lcr/rtl8169.h +++ b/board/sh7785lcr/rtl8169.h @@ -55,4 +55,3 @@ const unsigned short EEPROM_W_Data_8169_B[] = {  	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,  	0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000  }; - |