Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54750
b: refs/heads/master
c: 3a3a51d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 8, 2007
1 parent af3379a commit 1db7b6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 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: 1a1c9bb433af252767ee90d6394d287afa30cf8b
refs/heads/master: 3a3a51d1f2efe10090cd779a66c4b3c8f57eaf9f
8 changes: 1 addition & 7 deletions trunk/drivers/isdn/capi/capiutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ static _cdebbuf *g_debbuf;
static u_long g_debbuf_lock;
static _cmsg *g_cmsg;

_cdebbuf *cdebbuf_alloc(void)
static _cdebbuf *cdebbuf_alloc(void)
{
_cdebbuf *cdb;

Expand Down Expand Up @@ -989,11 +989,6 @@ _cdebbuf *capi_cmsg2str(_cmsg * cmsg)
return &g_debbuf;
}

_cdebbuf *cdebbuf_alloc(void)
{
return &g_debbuf;
}

void cdebbuf_free(_cdebbuf *cdb)
{
}
Expand All @@ -1009,7 +1004,6 @@ void __exit cdebug_exit(void)

#endif

EXPORT_SYMBOL(cdebbuf_alloc);
EXPORT_SYMBOL(cdebbuf_free);
EXPORT_SYMBOL(capi_cmsg2message);
EXPORT_SYMBOL(capi_message2cmsg);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/isdn/capiutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ typedef struct {
#define CDEBUG_SIZE 1024
#define CDEBUG_GSIZE 4096

_cdebbuf *cdebbuf_alloc(void);
void cdebbuf_free(_cdebbuf *cdb);
int cdebug_init(void);
void cdebug_exit(void);
Expand Down

0 comments on commit 1db7b6b

Please sign in to comment.