add dummy CFanControlNotifier::setSpeed() to fix build

Origin commit data
------------------
Commit: e7b93ab4b2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
This commit is contained in:
Stefan Seyfried
2012-11-03 10:47:04 +01:00
parent 4ea8f88ad8
commit b6d5d661b1

View File

@@ -522,6 +522,10 @@ bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data)
return false;
}
#else
void CFanControlNotifier::setSpeed(unsigned int)
{
}
bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *)
{
return false;