Remove nitems() now that it lives in <sys/param.h> since r236486.

This commit is contained in:
Marius Strobl 2012-06-02 20:00:52 +00:00
parent 47f4a4dc9a
commit f3a4392048

View File

@ -2005,8 +2005,6 @@ iwn_setregdomain(struct ieee80211com *ic, struct ieee80211_regdomain *rd,
return 0;
}
#define nitems(_a) (sizeof((_a)) / sizeof((_a)[0]))
static void
iwn_read_eeprom_enhinfo(struct iwn_softc *sc)
{