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:
parent
25cdcd0086
commit
23d5f96ce6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue