summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-07-27 08:30:00 -0700
committerJohn W. Linville <linville@tuxdriver.com>2009-07-29 15:46:21 -0400
commit35a1e70dfe74aafa350325f79687153b9852c3f1 (patch)
treea7cca4a3f972d33b9ccb68ef7353e3cf107b9cba
parenta9a11622c5c742c115fad371c0397ae86dd3bb67 (diff)
ath9k: remove unused ATH_PCI_VERSION
Our version goes by the kernel release. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index 87f99718393..75ddb2acb64 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -17,8 +17,6 @@
#include <linux/nl80211.h>
#include "ath9k.h"
-#define ATH_PCI_VERSION "0.1"
-
static char *dev_info = "ath9k";
MODULE_AUTHOR("Atheros Communications");