From: Adrian Bunk Date: Sat, 26 Jul 2008 02:46:22 +0000 (-0700) Subject: make parport_cs_release() static X-Git-Tag: v2.6.27-rc1~96 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=23d5f96ce6571da51c0f6bfa7361e5f91f314b2b;p=~shefty%2Frdma-dev.git make parport_cs_release() static This patch makes the needlessly global parport_cs_release() static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/parport/parport_cs.c b/drivers/parport/parport_cs.c index 802a81d4736..00e1d9620f7 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;