]> rtime.felk.cvut.cz Git - linux-imx.git/commit
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)
commitefe6d7272b1bdb3989322a6f3f9ed063a40c6beb
treed425f9d6129d9f876ce6103e0f1497c09ce05aec
parentf483d3923dc3a6394c483e28ccb3fe700bdf399e
PCI hotplug: Rename is_ejectable which also exists in dock.c

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>
drivers/pci/hotplug/acpi_pcihp.c