Combined early suspend and wake lock content into existing power management document because content was duplicated. Updated TOC to reflect this change.
Will do a separate CL to clean up the text itself.
diff --git a/pdk/docs/guide/pdk_toc.cs b/pdk/docs/guide/pdk_toc.cs
index 3a5a08f..ffd1bc2 100644
--- a/pdk/docs/guide/pdk_toc.cs
+++ b/pdk/docs/guide/pdk_toc.cs
@@ -53,13 +53,8 @@
<li><a href="<?cs var:toroot ?>guide/camera.html">Camera/Video</a></li>
</ul>
</li>
- <li class="toggle-list">
- <div><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></div>
- <ul>
- <li><a href="<?cs var:toroot ?>guide/wakelock.html">Wakelocks</a></li>
- <li><a href="<?cs var:toroot ?>guide/early_suspend.html">Early Suspend</a></li>
- </ul>
- </li>
+
+ <li><a href="<?cs var:toroot ?>guide/power_management.html">Power Management</a></li>
<li><a href="<?cs var:toroot ?>guide/sensors.html">Sensors</a></li>
<li class="toggle-list">
<div><a href="javascript:nothing()">Telephony</a></div>