Message ID | 1348561590-28067-10-git-send-email-yinghai@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On 09/25/2012 04:26 AM, Yinghai Lu wrote: > The struct member is not used anymore, remove it. > > Signed-off-by: Yinghai Lu <yinghai@kernel.org> > Cc: Jeff Garzik <jgarzik@pobox.com> > Cc: linux-ide@vger.kernel.org > --- > drivers/ata/libata-acpi.c | 6 ------ > 1 files changed, 0 insertions(+), 6 deletions(-) Acked-by: Jeff Garzik <jgarzik@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/ata/libata-acpi.c b/drivers/ata/libata-acpi.c index fd9ecf7..48976fe 100644 --- a/drivers/ata/libata-acpi.c +++ b/drivers/ata/libata-acpi.c @@ -1168,13 +1168,7 @@ static int ata_acpi_find_device(struct device *dev, acpi_handle *handle) return -ENODEV; } -static int ata_acpi_find_dummy(struct device *dev, acpi_handle *handle) -{ - return -ENODEV; -} - static struct acpi_bus_type ata_acpi_bus = { - .find_bridge = ata_acpi_find_dummy, .find_device = ata_acpi_find_device, };
The struct member is not used anymore, remove it. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Cc: Jeff Garzik <jgarzik@pobox.com> Cc: linux-ide@vger.kernel.org --- drivers/ata/libata-acpi.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)