Skip to content

Commit

Permalink
[PATCH] libertas: Get rid of version.h
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and John W. Linville committed May 11, 2007
1 parent 0dc5a29 commit 3ce4023
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
#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
Expand Down
7 changes: 0 additions & 7 deletions drivers/net/wireless/libertas/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
#define DRIVER_RELEASE_VERSION "320.p0"
const char libertas_driver_version[] = "COMM-USB8388-" DRIVER_RELEASE_VERSION
#ifdef DEBUG
"-dbg"
#endif
"";


1 change: 0 additions & 1 deletion drivers/net/wireless/libertas/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "defs.h"
#include "dev.h"
#include "join.h"
#include "version.h"
#include "wext.h"
#include "assoc.h"

Expand Down

0 comments on commit 3ce4023

Please sign in to comment.