]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] libertas: Get rid of version.h
authorDan Williams <dcbw@redhat.com>
Fri, 11 May 2007 03:03:07 +0000 (23:03 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 11 May 2007 18:54:54 +0000 (14:54 -0400)
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/main.c
drivers/net/wireless/libertas/version.h
drivers/net/wireless/libertas/wext.c

index dcbf102a057e79895fdf4e662fcc5bc412ab5a92..b9b25ce6591934e1ebbb0808765dc778bf1682c9 100644 (file)
 #include "debugfs.h"
 #include "assoc.h"
 
+#define DRIVER_RELEASE_VERSION "320.p0"
+const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
+#ifdef  DEBUG
+    "-dbg"
+#endif
+    "";
+
 #ifdef ENABLE_PM
 static struct pm_dev *wlan_pm_dev = NULL;
 #endif
index e86f65ae79b8b9fc495e02881a8093a1245553a1..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,8 +1 @@
-#define DRIVER_RELEASE_VERSION "320.p0"
-const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
-#ifdef  DEBUG
-    "-dbg"
-#endif
-    "";
-
 
index 18629af33282aba965aa33b89b5ff91e23e9d419..c62ffcd214c22bdb62c47e78dc3d5ab707c827fc 100644 (file)
@@ -17,7 +17,6 @@
 #include "defs.h"
 #include "dev.h"
 #include "join.h"
-#include "version.h"
 #include "wext.h"
 #include "assoc.h"