Fix all warnings in the tree
(does not fix the cmos.layout race yet) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5660 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
817d7542f7
commit
6f57b514cb
@@ -19,7 +19,7 @@
|
||||
#define QRANK_DIMM_SUPPORT 0
|
||||
#endif
|
||||
|
||||
static void setup_resource_map(const unsigned int *register_values, int max)
|
||||
void setup_resource_map(const unsigned int *register_values, int max)
|
||||
{
|
||||
int i;
|
||||
// printk(BIOS_DEBUG, "setting up resource map....");
|
||||
@@ -2346,7 +2346,7 @@ static void set_sysinfo_in_ram(unsigned val)
|
||||
{
|
||||
}
|
||||
|
||||
static void fill_mem_ctrl(int controllers, struct mem_controller *ctrl_a,
|
||||
void fill_mem_ctrl(int controllers, struct mem_controller *ctrl_a,
|
||||
const uint16_t *spd_addr)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user