summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/kfsn4-dre/get_bus_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asus/kfsn4-dre/get_bus_conf.c')
-rw-r--r--src/mainboard/asus/kfsn4-dre/get_bus_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/get_bus_conf.c b/src/mainboard/asus/kfsn4-dre/get_bus_conf.c
index dd7ebc962c..62f1af6ac2 100644
--- a/src/mainboard/asus/kfsn4-dre/get_bus_conf.c
+++ b/src/mainboard/asus/kfsn4-dre/get_bus_conf.c
@@ -32,11 +32,11 @@
*/
/* busnum is default */
unsigned char bus_ck804[6];
-unsigned apicid_ck804;
+unsigned int apicid_ck804;
void get_bus_conf(void)
{
- unsigned apicid_base, sbdn;
+ unsigned int apicid_base, sbdn;
struct device *dev;
int i;