Skip to content

Commit

Permalink
make parport_cs_release() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2008
1 parent 25cdcd0 commit 23d5f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parport/parport_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 23d5f96

Please sign in to comment.