From: Aaron Lu Date: Tue, 27 Aug 2013 18:07:12 +0000 (-0400) Subject: libata: acpi: Remove ata_dev_acpi_handle stub in libata.h X-Git-Tag: v3.12-rc1~174^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f7b802b876904971f23f00f562061309e95e08;p=pandora-kernel.git libata: acpi: Remove ata_dev_acpi_handle stub in libata.h The ata_dev_acpi_handle is defined in libata-acpi.c and the only external user is libata-zpodd.c, which is built when CONFIG_ATA_ACPI is set, so there is no need to make an empty stub function for ONFIG_ATA_ACPI case in libata.h. It also causes compile errors due to acpi_handle is not defined when !CONFIG_ACPI. This patch fixes this problem by removing the empty stub. Reported-by: Stephen Rothwell Signed-off-by: Aaron Lu Signed-off-by: Tejun Heo --- Reading git-diff-tree failed