diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c
index e0bcfb642b52654f1dfb2f8948c1cac62ff96c68..59a6bf707f9187875ef09f635b230392fa64e55e 100644
--- a/drivers/acpi/power.c
+++ b/drivers/acpi/power.c
@@ -710,8 +710,6 @@ int acpi_power_transition(struct acpi_device *device, int state)
 	    || (device->power.state > ACPI_STATE_D3_COLD))
 		return -ENODEV;
 
-	/* TBD: Resources must be ordered. */
-
 	/*
 	 * First we reference all power resources required in the target list
 	 * (e.g. so the device doesn't lose power while transitioning).  Then,