Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / northbridge / amd / amdk8 / exit_from_self.c
index cf8937aab77224c4f52739b8161fd255a58d11ba..13c72fe84607e779981740feda4ee5af29975fe5 100644 (file)
@@ -17,6 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include "raminit.h"
+
 void exit_from_self(int controllers, const struct mem_controller *ctrl,
                    struct sys_info *sysinfo)
 {
@@ -54,7 +56,7 @@ void exit_from_self(int controllers, const struct mem_controller *ctrl,
 
                printk(BIOS_DEBUG, "before resume errata #%d\n",
                             (is_post_rev_g) ? 270 : 125);
-               /* 
+               /*
                   1. Restore memory controller registers as normal.
                   2. Set the DisAutoRefresh bit (Dev:2x8C[18]). (270 only)
                   3. Set the EnDramInit bit (Dev:2x7C[31]), clear all other bits in the same register).