Module Name: src
Committed By: njoly
Date: Mon Oct 10 11:15:24 UTC 2011
Modified Files:
src/sys/dev/ic: bwi.c
Log Message:
Kill local definition of __unused attribute.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/bwi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/bwi.c
diff -u src/sys/dev/ic/bwi.c:1.17 src/sys/dev/ic/bwi.c:1.18
--- src/sys/dev/ic/bwi.c:1.17 Fri Jan 28 20:36:06 2011
+++ src/sys/dev/ic/bwi.c Mon Oct 10 11:15:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $ */
+/* $NetBSD: bwi.c,v 1.18 2011/10/10 11:15:24 njoly Exp $ */
/* $OpenBSD: bwi.c,v 1.74 2008/02/25 21:13:30 mglocker Exp $ */
/*
@@ -48,7 +48,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.17 2011/01/28 20:36:06 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bwi.c,v 1.18 2011/10/10 11:15:24 njoly Exp $");
#include <sys/param.h>
#include <sys/callout.h>
@@ -119,8 +119,6 @@ do { \
#define IEEE80211_DUR_SHSLOT 9 /* ERP short slottime */
#define IEEE80211_DUR_OFDM_SLOT 9 /* OFDM slottime */
-#define __unused __attribute__((__unused__))
-
/* XXX end porting goop */
/* MAC */