summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2007-11-22 23:38:24 +0000
committerrpaulo <rpaulo@FreeBSD.org>2007-11-22 23:38:24 +0000
commitf51346a2b9fb629798aa46867bbde1ace870e7ea (patch)
tree23c1280081dab114eee3a689f71f46e496240643
parentf0232b81e213559f0c1d1001390796839e7151e3 (diff)
downloadFreeBSD-src-f51346a2b9fb629798aa46867bbde1ace870e7ea.zip
FreeBSD-src-f51346a2b9fb629798aa46867bbde1ace870e7ea.tar.gz
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 <ed at fxq.nl> Approved by: njl (mentor)
-rw-r--r--sys/dev/asmc/asmc.c2
1 files changed, 1 insertions, 1 deletions
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
},
OpenPOWER on IntegriCloud