From: Adrian Bunk <bunk@kernel.org>
Date: Sat, 26 Jul 2008 02:46:22 +0000 (-0700)
Subject: make parport_cs_release() static
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=23d5f96ce6571da51c0f6bfa7361e5f91f314b2b;p=linux.git

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>
---

diff --git a/drivers/parport/parport_cs.c b/drivers/parport/parport_cs.c
index 802a81d473677..00e1d9620f7cb 100644
--- a/drivers/parport/parport_cs.c
+++ b/drivers/parport/parport_cs.c
@@ -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;