PCI hotplug: Rename is_ejectable which also exists in dock.c
authorThomas Renninger <trenn@suse.de>
Fri, 27 May 2011 08:23:00 +0000 (10:23 +0200)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 22 Jul 2011 15:25:35 +0000 (08:25 -0700)
While it's declared static, etags points you to the wrong function
in drivers/acpi/dock.c and acpiphp_glue.c for example also makes
use of some (exported..) functions from this file.

If you trust etags and oversee the static declaration (what happened
to me) one gets totally confused...

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found