Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321482
b: refs/heads/master
c: 77f00f6
h: refs/heads/master
v: v3
  • Loading branch information
Wu Fengguang authored and David S. Miller committed Aug 3, 2012
1 parent 043b15c commit 2c15156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: ae9e63bb2c0cf5437d9d13d822b27149336c6e0e
refs/heads/master: 77f00f6324cb97cf1df6f9c4aaeea6ada23abdb2
12 changes: 0 additions & 12 deletions trunk/drivers/isdn/isdnloop/isdnloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/sched.h>
#include "isdnloop.h"

static char *revision = "$Revision: 1.11.6.7 $";
static char *isdnloop_id = "loop0";

MODULE_DESCRIPTION("ISDN4Linux: Pseudo Driver that simulates an ISDN card");
Expand Down Expand Up @@ -1494,17 +1493,6 @@ isdnloop_addcard(char *id1)
static int __init
isdnloop_init(void)
{
char *p;
char rev[10];

if ((p = strchr(revision, ':'))) {
strcpy(rev, p + 1);
p = strchr(rev, '$');
*p = 0;
} else
strcpy(rev, " ??? ");
printk(KERN_NOTICE "isdnloop-ISDN-driver Rev%s\n", rev);

if (isdnloop_id)
return (isdnloop_addcard(isdnloop_id));

Expand Down

0 comments on commit 2c15156

Please sign in to comment.