commit | 66a9099e02e3fca5198ab52b4bb7088f03dee42e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Apr 22 01:50:35 2008 +0300 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Apr 25 00:45:52 2008 -0400 |
tree | 24594ea4ca870a1f6e961a1cce27c0fd967009f2 | |
parent | a0b9f4bc1ec2ea25e47e7958e544fef0d122e012 [diff] |
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>