various assorted build fixes / hacks

Origin commit data
------------------
Commit: 5e86416ccb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-01 (Mon, 01 Feb 2010)
This commit is contained in:
Stefan Seyfried
2010-02-01 21:16:52 +01:00
parent 725e9cbfb8
commit f1ce5285f0
3 changed files with 13 additions and 0 deletions

View File

@@ -925,6 +925,7 @@ bool CLedControlNotifier::changeNotify(const neutrino_locale_t, void* /*data*/)
return true;
}
#if HAVE_COOL_HARDWARE
bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data)
{
int cfd, ret;
@@ -945,6 +946,12 @@ bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data)
}
return true;
}
#else
bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *)
{
return true;
}
#endif
bool CCpuFreqNotifier::changeNotify(const neutrino_locale_t, void * data)
{