aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-31 14:52:51 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-11-14 14:55:34 -0500
commit158b42edabe82b6adfcd3310d116cc41fdc669ea (patch)
tree4342ebfab294bba2d7053e23d994fdadee1fa58a /drivers/net/wireless/ath
parent70bf870b54b96887d388286e7d8865406f1aa670 (diff)
carl9170: kill MODULE_VERSION
This is pretty pointless. Lets kill this to stop people from thinking that its actually used. Maybe we should go on a crusade and kill this completely from the kernel. Cc: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Acked-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/carl9170/fw.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath/carl9170/fw.c b/drivers/net/wireless/ath/carl9170/fw.c
index 24ac2876a733..aaebecd19e59 100644
--- a/drivers/net/wireless/ath/carl9170/fw.c
+++ b/drivers/net/wireless/ath/carl9170/fw.c
@@ -28,11 +28,6 @@
28#include "fwcmd.h" 28#include "fwcmd.h"
29#include "version.h" 29#include "version.h"
30 30
31#define MAKE_STR(symbol) #symbol
32#define TO_STR(symbol) MAKE_STR(symbol)
33#define CARL9170FW_API_VER_STR TO_STR(CARL9170FW_API_MAX_VER)
34MODULE_VERSION(CARL9170FW_API_VER_STR ":" CARL9170FW_VERSION_GIT);
35
36static const u8 otus_magic[4] = { OTUS_MAGIC }; 31static const u8 otus_magic[4] = { OTUS_MAGIC };
37 32
38static const void *carl9170_fw_find_desc(struct ar9170 *ar, const u8 descid[4], 33static const void *carl9170_fw_find_desc(struct ar9170 *ar, const u8 descid[4],