Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326093
b: refs/heads/master
c: e40e275
h: refs/heads/master
i:
  326091: 0b7379b
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 5cef3fc commit 84c800d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be4568beb8f447bfce2e70b6f11401267e5b208a
refs/heads/master: e40e275906e89fefe63cdcc1f039718e0384ad2e
5 changes: 0 additions & 5 deletions trunk/drivers/usb/serial/kobil_sct.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
#include <linux/ioctl.h>
#include "kobil_sct.h"

static bool debug;

/* Version Information */
#define DRIVER_VERSION "21/05/2004"
#define DRIVER_AUTHOR "KOBIL Systems GmbH - http://www.kobil.com"
Expand Down Expand Up @@ -659,6 +657,3 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");

module_param(debug, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(debug, "Debug enabled or not");

0 comments on commit 84c800d

Please sign in to comment.