windfarm: make wf_critical_overtemp() static
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 31 Jul 2015 12:12:20 +0000 (14:12 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 6 Aug 2015 05:10:21 +0000 (15:10 +1000)
commitca94bbab1a0336f34066f27c503767b8181db5b1
treec7dcf150d07e98b998ca4c36dd8c8c57688bb9a6
parentfe2b592173ff0274e70dc44d1d28c19bb995aa7c
windfarm: make wf_critical_overtemp() static

wf_critical_overtemp() is exported. But nothing uses that export.
That's unsurprising because there's no header that defines it. Stop
exporting that function and make it static.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/windfarm_core.c