libata-acpi.c: remove unneeded #if's
authorAdrian Bunk <bunk@kernel.org>
Mon, 21 Apr 2008 22:50:35 +0000 (01:50 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 25 Apr 2008 04:45:52 +0000 (00:45 -0400)
commit66a9099e02e3fca5198ab52b4bb7088f03dee42e
tree24594ea4ca870a1f6e961a1cce27c0fd967009f2
parenta0b9f4bc1ec2ea25e47e7958e544fef0d122e012
libata-acpi.c: remove unneeded #if's

These #if's are unneeded since they:
- did anyway not handle the CONFIG_ACPI_DOCK_MODULE case correctly and
- this is already handled in include/acpi/acpi_drivers.h and
- it's now correctly handled in kconfig.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-acpi.c