浏览代码

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>
Adrian Bunk 17 年之前
父节点
当前提交
23d5f96ce6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/parport/parport_cs.c

+ 1 - 1
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;
 	parport_info_t *info = link->priv;