From 4b07bf84dd3b30334f1fcaed3c7714935cdbbd72 Mon Sep 17 00:00:00 2001 From: Rui Paulo 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') diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 302681b65fc44..81c9a1cc1640c 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.3