diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-25 17:58:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:24:56 -0400 |
commit | 08e51533a0a26c236879ad33b2798c16328051d9 (patch) | |
tree | 2aba570b1646a2db5bc154eafdd1dd2a4cbcaf8c /drivers/isdn/hardware/avm/t1isa.c | |
parent | 35a26f150927300042e2d71aa80375b6c5295fbd (diff) |
[PATCH] drivers/isdn/hardware/avm/: misc cleanups
This patch contains the following cleanups:
- make some needlessly global functions static
- b1dma.c __init/__exit the functions b1dma_{init,exit}
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/hardware/avm/t1isa.c')
-rw-r--r-- | drivers/isdn/hardware/avm/t1isa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/avm/t1isa.c b/drivers/isdn/hardware/avm/t1isa.c index cb9d9cee2a64..3b701d97bdf1 100644 --- a/drivers/isdn/hardware/avm/t1isa.c +++ b/drivers/isdn/hardware/avm/t1isa.c | |||
@@ -328,7 +328,7 @@ static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) | |||
328 | return 0; | 328 | return 0; |
329 | } | 329 | } |
330 | 330 | ||
331 | void t1isa_reset_ctr(struct capi_ctr *ctrl) | 331 | static void t1isa_reset_ctr(struct capi_ctr *ctrl) |
332 | { | 332 | { |
333 | avmctrl_info *cinfo = (avmctrl_info *)(ctrl->driverdata); | 333 | avmctrl_info *cinfo = (avmctrl_info *)(ctrl->driverdata); |
334 | avmcard *card = cinfo->card; | 334 | avmcard *card = cinfo->card; |