aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/pa78vm5/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/jetway/pa78vm5/get_bus_conf.c')
-rw-r--r--src/mainboard/jetway/pa78vm5/get_bus_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/jetway/pa78vm5/get_bus_conf.c b/src/mainboard/jetway/pa78vm5/get_bus_conf.c
index 3c4894085a..299393791f 100644
--- a/src/mainboard/jetway/pa78vm5/get_bus_conf.c
+++ b/src/mainboard/jetway/pa78vm5/get_bus_conf.c
@@ -24,7 +24,7 @@
/* Global variables for MB layouts and these will be shared by irqtable mptable
* and acpi_tables busnum is default.
*/
-u8 bus_rs780[11];
+static u8 bus_rs780[11];
u8 bus_sb700[2];
u32 apicid_sb700;
@@ -45,7 +45,7 @@ u32 hcdnx[] = {
0x20202020,
};
-u32 sbdn_rs780;
+static u32 sbdn_rs780;
u32 sbdn_sb700;
void get_bus_conf(void)