Commit 67978321 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] mark pi_unclaim static

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d04169ae
......@@ -140,7 +140,7 @@ static void pi_claim(PIA * pi)
#endif
}
void pi_unclaim(PIA * pi)
static void pi_unclaim(PIA * pi)
{
pi->claimed = 0;
#ifdef CONFIG_PARPORT
......@@ -149,8 +149,6 @@ void pi_unclaim(PIA * pi)
#endif
}
EXPORT_SYMBOL(pi_unclaim);
void pi_connect(PIA * pi)
{
pi_claim(pi);
......
......@@ -88,8 +88,6 @@ extern void pi_write_block(PIA *pi, char * buf, int count);
extern void pi_read_block(PIA *pi, char * buf, int count);
extern void pi_unclaim(PIA *pi);
extern void pi_connect(PIA *pi);
extern void pi_disconnect(PIA *pi);
......
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