Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adrian Bunk and committed by
Linus Torvalds
23d5f96c 25cdcd00

+1 -1
+1 -1
drivers/parport/parport_cs.c
··· 235 235 236 236 ======================================================================*/ 237 237 238 - void parport_cs_release(struct pcmcia_device *link) 238 + static void parport_cs_release(struct pcmcia_device *link) 239 239 { 240 240 parport_info_t *info = link->priv; 241 241