From: Adrian Bunk Date: Sat, 26 Jul 2008 02:46:22 +0000 (-0700) Subject: make parport_cs_release() static X-Git-Tag: firefly_0821_release~18691 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=23d5f96ce6571da51c0f6bfa7361e5f91f314b2b;p=firefly-linux-kernel-4.4.55.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 802a81d47367..00e1d9620f7c 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;