Commit 23d5f96c authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

make parport_cs_release() static

This patch makes the needlessly global parport_cs_release() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 25cdcd00
......@@ -235,7 +235,7 @@ static int parport_config(struct pcmcia_device *link)
======================================================================*/
void parport_cs_release(struct pcmcia_device *link)
static void parport_cs_release(struct pcmcia_device *link)
{
parport_info_t *info = link->priv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment