add dummy CFanControlNotifier::setSpeed() to fix build

Origin commit data
------------------
Branch: ni/coolstream
Commit: e7b93ab4b2
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-11-03 10:47:04 +01:00
parent 58ca3266e7
commit 2358673961

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;