Commit 399db90d authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: srom.h : Remove dead code.

Remove macros and unused strutures.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bffa42e1
......@@ -32,10 +32,6 @@
#define EEP_MAX_CONTEXT_SIZE 256
#define CB_EEPROM_READBYTE_WAIT 900 //us
#define W_MAX_I2CRETRY 0x0fff
//
// Contents in the EEPROM
//
......@@ -75,38 +71,4 @@
//
#define EEP_RADIOCTL_ENABLE 0x80
// AT24C02 eeprom contents
// 2048 bits = 256 bytes = 128 words
//
typedef struct tagSSromReg {
u8 abyPAR[6]; // 0x00 (u16)
u16 wSUB_VID; // 0x03 (u16)
u16 wSUB_SID;
u8 byBCFG0; // 0x05 (u16)
u8 byBCFG1;
u8 byFCR0; // 0x06 (u16)
u8 byFCR1;
u8 byPMC0; // 0x07 (u16)
u8 byPMC1;
u8 byMAXLAT; // 0x08 (u16)
u8 byMINGNT;
u8 byCFG0; // 0x09 (u16)
u8 byCFG1;
u16 wCISPTR; // 0x0A (u16)
u16 wRsv0; // 0x0B (u16)
u16 wRsv1; // 0x0C (u16)
u8 byBBPAIR; // 0x0D (u16)
u8 byRFTYPE;
u8 byMinChannel; // 0x0E (u16)
u8 byMaxChannel;
u8 bySignature; // 0x0F (u16)
u8 byCheckSum;
u8 abyReserved0[96]; // 0x10 (u16)
u8 abyCIS[128]; // 0x80 (u16)
} SSromReg, *PSSromReg;
#endif /* __EEPROM_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment