remove dead code

Obtained from:	netbsd
This commit is contained in:
sam 2008-12-13 03:49:01 +00:00
parent 10d83f7763
commit e81e2cd9cf

View File

@ -160,18 +160,6 @@ v14EepromDiag(struct ath_hal *ah, int request,
return AH_FALSE;
}
/* XXX conditionalize by target byte order */
#ifndef bswap16
static __inline__ uint16_t
__bswap16(uint16_t _x)
{
return ((uint16_t)(
(((const uint8_t *)(&_x))[0] ) |
(((const uint8_t *)(&_x))[1]<< 8))
);
}
#endif
/* Do structure specific swaps if Eeprom format is non native to host */
static void
eepromSwap(struct ar5416eeprom *ee)