···3000300030013001/* eeprom routines -- see 4.7 */3002300230033003-u830043004-read_prom_byte(struct he_dev *he_dev, int addr)30033003+static u8 read_prom_byte(struct he_dev *he_dev, int addr)30053004{30063005 u32 val = 0, tmp_read = 0;30073006 int i, j = 0;