Author: marius
Date: Sat Jun  2 20:00:52 2012
New Revision: 236489
URL: http://svn.freebsd.org/changeset/base/236489

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

Modified:
  head/sys/dev/iwn/if_iwn.c

Modified: head/sys/dev/iwn/if_iwn.c
==============================================================================
--- head/sys/dev/iwn/if_iwn.c   Sat Jun  2 19:41:28 2012        (r236488)
+++ head/sys/dev/iwn/if_iwn.c   Sat Jun  2 20:00:52 2012        (r236489)
@@ -2005,8 +2005,6 @@ iwn_setregdomain(struct ieee80211com *ic
        return 0;
 }
 
-#define nitems(_a)     (sizeof((_a)) / sizeof((_a)[0]))
-
 static void
 iwn_read_eeprom_enhinfo(struct iwn_softc *sc)
 {
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to