Remove some warnings from the tyan s2895.
Declare superio functions to be static and remove duplicates. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4890 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user