Skip to content

Commit cb43e23

Browse files
Tomas Winklerdavem330
authored andcommitted
iwmc3200top: simplify the driver version
drop the version parts not needed for in-tree driver Signed-off-by: Tomas Winkler <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 11e2521 commit cb43e23

File tree

1 file changed

+1
-15
lines changed
  • drivers/misc/iwmc3200top

1 file changed

+1
-15
lines changed

drivers/misc/iwmc3200top/main.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,7 @@
4141
#define DRIVER_DESCRIPTION "Intel(R) IWMC 3200 Top Driver"
4242
#define DRIVER_COPYRIGHT "Copyright (c) 2008 Intel Corporation."
4343

44-
#define IWMCT_VERSION "0.1.62"
45-
46-
#ifdef REPOSITORY_LABEL
47-
#define RL REPOSITORY_LABEL
48-
#else
49-
#define RL local
50-
#endif
51-
52-
#ifdef CONFIG_IWMC3200TOP_DEBUG
53-
#define VD "-d"
54-
#else
55-
#define VD
56-
#endif
57-
58-
#define DRIVER_VERSION IWMCT_VERSION "-" __stringify(RL) VD
44+
#define DRIVER_VERSION "0.1.62"
5945

6046
MODULE_DESCRIPTION(DRIVER_DESCRIPTION);
6147
MODULE_VERSION(DRIVER_VERSION);

0 commit comments

Comments
 (0)