diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-10 00:01:08 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-02-13 00:47:40 -0500 |
commit | 670d6089cd4eac537af443d213cc59bd60b4268b (patch) | |
tree | eef6ceec8633ac05d394e9c13ab3e35a18918322 /drivers/isdn | |
parent | 67da8208bbf49c054ac478903c9e7dc44450cea0 (diff) |
mISDN/hfcsusb: remove unused variable hfcsusb_rev
Removed unused variable hfcsusb_rev (-Wunused-variable) and
copied Revision info to file comment block above to keep the info.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcsusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcsusb.c b/drivers/isdn/hardware/mISDN/hfcsusb.c index 0e1f4d5b9774..43b4d29e5475 100644 --- a/drivers/isdn/hardware/mISDN/hfcsusb.c +++ b/drivers/isdn/hardware/mISDN/hfcsusb.c | |||
@@ -27,6 +27,7 @@ | |||
27 | * poll=<n>, default 128 | 27 | * poll=<n>, default 128 |
28 | * n : burst size of PH_DATA_IND at transparent rx data | 28 | * n : burst size of PH_DATA_IND at transparent rx data |
29 | * | 29 | * |
30 | * Revision: 0.3.3 (socket), 2008-11-05 | ||
30 | */ | 31 | */ |
31 | 32 | ||
32 | #include <linux/module.h> | 33 | #include <linux/module.h> |
@@ -36,8 +37,6 @@ | |||
36 | #include <linux/slab.h> | 37 | #include <linux/slab.h> |
37 | #include "hfcsusb.h" | 38 | #include "hfcsusb.h" |
38 | 39 | ||
39 | static const char *hfcsusb_rev = "Revision: 0.3.3 (socket), 2008-11-05"; | ||
40 | |||
41 | static unsigned int debug; | 40 | static unsigned int debug; |
42 | static int poll = DEFAULT_TRANSP_BURST_SZ; | 41 | static int poll = DEFAULT_TRANSP_BURST_SZ; |
43 | 42 | ||