mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
67da8208bb
commit
670d6089cd
@ -27,6 +27,7 @@
|
||||
* poll=<n>, default 128
|
||||
* n : burst size of PH_DATA_IND at transparent rx data
|
||||
*
|
||||
* Revision: 0.3.3 (socket), 2008-11-05
|
||||
*/
|
||||
|
||||
#include <linux/module.h>
|
||||
@ -36,8 +37,6 @@
|
||||
#include <linux/slab.h>
|
||||
#include "hfcsusb.h"
|
||||
|
||||
static const char *hfcsusb_rev = "Revision: 0.3.3 (socket), 2008-11-05";
|
||||
|
||||
static unsigned int debug;
|
||||
static int poll = DEFAULT_TRANSP_BURST_SZ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user