提交 23d5f96c 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

make parport_cs_release() static

This patch makes the needlessly global parport_cs_release() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 25cdcd00
......@@ -235,7 +235,7 @@ static int parport_config(struct pcmcia_device *link)
======================================================================*/
void parport_cs_release(struct pcmcia_device *link)
static void parport_cs_release(struct pcmcia_device *link)
{
parport_info_t *info = link->priv;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册