Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188161
b: refs/heads/master
c: 22001a1
h: refs/heads/master
i:
  188159: 8123905
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Mar 17, 2010
1 parent fd3d7d6 commit bdc6e78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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: 87faf3ccf1c939938600ab57c6c9ed5bd2e5f4cc
refs/heads/master: 22001a13d09d82772e831dcdac0553994a4bac5d
14 changes: 11 additions & 3 deletions trunk/drivers/isdn/gigaset/dummyll.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,20 @@ void gigaset_isdn_stop(struct cardstate *cs)
{
}

int gigaset_isdn_register(struct cardstate *cs, const char *isdnid)
int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid)
{
pr_info("no ISDN subsystem interface\n");
return 1;
}

void gigaset_isdn_unregister(struct cardstate *cs)
void gigaset_isdn_unregdev(struct cardstate *cs)
{
}

void gigaset_isdn_regdrv(void)
{
pr_info("no ISDN subsystem interface\n");
}

void gigaset_isdn_unregdrv(void)
{
}

0 comments on commit bdc6e78

Please sign in to comment.