Remove some warnings from the tyan s2895.
[coreboot.git] / src / northbridge / amd / amdk8 / raminit.c
index 1b040aed6b1f60ab100cc3b7ad5b00deca897a4e..22b672f0e9f159fdec86fc4575477766209f8a30 100644 (file)
@@ -1080,7 +1080,7 @@ static unsigned long order_chip_selects(const struct mem_controller *ctrl)
        return (tom & ~0xff000000) << 15;
 }
 
-unsigned long memory_end_k(const struct mem_controller *ctrl, int max_node_id)
+static unsigned long memory_end_k(const struct mem_controller *ctrl, int max_node_id)
 {
        unsigned node_id;
        unsigned end_k;