[ide] make destroy_proc_ide_interfaces static

destroy_proc_ide_interfaces is only used inside ide-proc.c;
so lets make it static.
Signed-off-by: default avatarArjan van de Ven <arjan@infradead.org>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 07be982c
......@@ -476,7 +476,7 @@ void destroy_proc_ide_interface(ide_hwif_t *hwif)
}
}
void destroy_proc_ide_interfaces(void)
static void destroy_proc_ide_interfaces(void)
{
int h;
......@@ -490,8 +490,6 @@ void destroy_proc_ide_interfaces(void)
}
}
EXPORT_SYMBOL(destroy_proc_ide_interfaces);
extern struct seq_operations ide_drivers_op;
static int ide_drivers_open(struct inode *inode, struct file *file)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment