Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3363
b: refs/heads/master
c: 08e5153
h: refs/heads/master
i:
  3361: f72669c
  3359: b02852f
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jun 25, 2005
1 parent 36ccef5 commit f65c0d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 35a26f150927300042e2d71aa80375b6c5295fbd
refs/heads/master: 08e51533a0a26c236879ad33b2798c16328051d9
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/hardware/avm/b1dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ EXPORT_SYMBOL(b1dma_release_appl);
EXPORT_SYMBOL(b1dma_send_message);
EXPORT_SYMBOL(b1dmactl_read_proc);

int b1dma_init(void)
static int __init b1dma_init(void)
{
char *p;
char rev[32];
Expand All @@ -972,7 +972,7 @@ int b1dma_init(void)
return 0;
}

void b1dma_exit(void)
static void __exit b1dma_exit(void)
{
}

Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/isdn/hardware/avm/c4.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ static int c4_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
}


void c4_reset_ctr(struct capi_ctr *ctrl)
static void c4_reset_ctr(struct capi_ctr *ctrl)
{
avmcard *card = ((avmctrl_info *)(ctrl->driverdata))->card;
avmctrl_info *cinfo;
Expand Down Expand Up @@ -933,7 +933,7 @@ static void c4_remove(struct pci_dev *pdev)
/* ------------------------------------------------------------- */


void c4_register_appl(struct capi_ctr *ctrl,
static void c4_register_appl(struct capi_ctr *ctrl,
u16 appl,
capi_register_params *rp)
{
Expand Down Expand Up @@ -978,7 +978,7 @@ void c4_register_appl(struct capi_ctr *ctrl,

/* ------------------------------------------------------------- */

void c4_release_appl(struct capi_ctr *ctrl, u16 appl)
static void c4_release_appl(struct capi_ctr *ctrl, u16 appl)
{
avmctrl_info *cinfo = (avmctrl_info *)(ctrl->driverdata);
avmcard *card = cinfo->card;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hardware/avm/t1isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data)
return 0;
}

void t1isa_reset_ctr(struct capi_ctr *ctrl)
static void t1isa_reset_ctr(struct capi_ctr *ctrl)
{
avmctrl_info *cinfo = (avmctrl_info *)(ctrl->driverdata);
avmcard *card = cinfo->card;
Expand Down

0 comments on commit f65c0d6

Please sign in to comment.