From: Rafael J. Wysocki Date: Fri, 21 Feb 2014 00:11:38 +0000 (+0100) Subject: ACPI / dock: Drop remove_dock_dependent_devices() X-Git-Tag: v3.15-rc1~151^2~13^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f311e1c4a6ea2347c8e167525f8a0fb9af9125ed;p=pandora-kernel.git ACPI / dock: Drop remove_dock_dependent_devices() Since remove_dock_dependent_devices() is only called from acpi_dock_add() and it only is called if the add_dock_dependent_device() adding the dock station to its own list of dependent devices has failed, it is not really necessary, because the dock station's list of dependent devices is guaranteed to be empty at that point. Drop it, then. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed