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>
This commit is contained in:
parent
70bf870b54
commit
158b42edab
|
@ -28,11 +28,6 @@
|
|||
#include "fwcmd.h"
|
||||
#include "version.h"
|
||||
|
||||
#define MAKE_STR(symbol) #symbol
|
||||
#define TO_STR(symbol) MAKE_STR(symbol)
|
||||
#define CARL9170FW_API_VER_STR TO_STR(CARL9170FW_API_MAX_VER)
|
||||
MODULE_VERSION(CARL9170FW_API_VER_STR ":" CARL9170FW_VERSION_GIT);
|
||||
|
||||
static const u8 otus_magic[4] = { OTUS_MAGIC };
|
||||
|
||||
static const void *carl9170_fw_find_desc(struct ar9170 *ar, const u8 descid[4],
|
||||
|
|
Loading…
Reference in New Issue