make parport_cs_release() static

This patch makes the needlessly global parport_cs_release() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Adrian Bunk 2008-07-25 19:46:22 -07:00 committed by Linus Torvalds
parent 25cdcd0086
commit 23d5f96ce6
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ failed:
======================================================================*/
void parport_cs_release(struct pcmcia_device *link)
static void parport_cs_release(struct pcmcia_device *link)
{
parport_info_t *info = link->priv;