commit | efe6d7272b1bdb3989322a6f3f9ed063a40c6beb | [log] [tgz] |
---|---|---|
author | Thomas Renninger <trenn@suse.de> | Fri May 27 10:23:00 2011 +0200 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jul 22 08:25:35 2011 -0700 |
tree | d425f9d6129d9f876ce6103e0f1497c09ce05aec | |
parent | f483d3923dc3a6394c483e28ccb3fe700bdf399e [diff] |
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>