From f51346a2b9fb629798aa46867bbde1ace870e7ea Mon Sep 17 00:00:00 2001 From: rpaulo Date: Thu, 22 Nov 2007 23:38:24 +0000 Subject: Move ASMC_FAN_FUNCS in the Macmini structure declaration one line up so that this macro expands in the right place. Submitted by: Ed Schouten Approved by: njl (mentor) --- sys/dev/asmc/asmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/asmc/asmc.c') diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 302681b..81c9a1c 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -183,8 +183,8 @@ struct asmc_model asmc_models[] = { { "Macmini1,1", "Apple SMC Mac Mini", NULL, NULL, NULL, - NULL, NULL, ASMC_FAN_FUNCS, + NULL, NULL, ASMC_MM_TEMPS, ASMC_MM_TEMPNAMES, ASMC_MM_TEMPDESCS }, -- cgit v1.1