From 35a55bda891bf7a959cbb0ed7e1247475ad14c32 Mon Sep 17 00:00:00 2001 From: jamesbond Date: Tue, 7 Apr 2015 13:51:18 +0000 Subject: ARM fixes. --- modules/devices.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 60eed920..82484a23 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -181,9 +181,9 @@ gchar *get_memory_total(void) gchar *get_motherboard(void) { char *board_name, *board_vendor; - +#if defined(ARCH_x86) || defined(ARCH_x86_64) scan_dmi(FALSE); - +#endif board_name = moreinfo_lookup("DEV:DMI:Board:Name"); board_vendor = moreinfo_lookup("DEV:DMI:Board:Vendor"); -- cgit v1.2.3