[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>
This commit is contained in:

committed by
Linus Torvalds

parent
35a26f1509
commit
08e51533a0
@@ -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];
|
||||
@@ -972,7 +972,7 @@ int b1dma_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void b1dma_exit(void)
|
||||
static void __exit b1dma_exit(void)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user