diff options
Diffstat (limited to 'board/freescale/common/eeprom.h')
-rw-r--r-- | board/freescale/common/eeprom.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/common/eeprom.h b/board/freescale/common/eeprom.h index 328fd3974b1..1d0685fde67 100644 --- a/board/freescale/common/eeprom.h +++ b/board/freescale/common/eeprom.h @@ -6,12 +6,10 @@ #ifndef __EEPROM_H_ #define __EEPROM_H_ - /* * EEPROM Board System Register interface. */ - /* * CPU Board Revision */ @@ -29,5 +27,4 @@ */ extern unsigned int get_cpu_board_revision(void); - #endif /* __CADMUS_H_ */ |