From: Thomas Renninger Date: Fri, 27 May 2011 08:23:00 +0000 (+0200) Subject: PCI hotplug: Rename is_ejectable which also exists in dock.c X-Git-Tag: v3.1-rc1~122^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe6d7272b1bdb3989322a6f3f9ed063a40c6beb;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed