Skip to content

Commit

Permalink
iwmc3200top: simplify the driver version
Browse files Browse the repository at this point in the history
drop the version parts not needed for in-tree driver

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Tomas Winkler authored and davem330 committed Nov 16, 2009
1 parent 11e2521 commit cb43e23
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions drivers/misc/iwmc3200top/main.c
Original file line number Diff line number Diff line change
@@ -41,21 +41,7 @@
#define DRIVER_DESCRIPTION "Intel(R) IWMC 3200 Top Driver"
#define DRIVER_COPYRIGHT "Copyright (c) 2008 Intel Corporation."

#define IWMCT_VERSION "0.1.62"

#ifdef REPOSITORY_LABEL
#define RL REPOSITORY_LABEL
#else
#define RL local
#endif

#ifdef CONFIG_IWMC3200TOP_DEBUG
#define VD "-d"
#else
#define VD
#endif

#define DRIVER_VERSION IWMCT_VERSION "-" __stringify(RL) VD
#define DRIVER_VERSION "0.1.62"

MODULE_DESCRIPTION(DRIVER_DESCRIPTION);
MODULE_VERSION(DRIVER_VERSION);

0 comments on commit cb43e23

Please sign in to comment.