Re: windfarm: remove three exported but unused functions

2015-08-10 Thread Michael Ellerman
On Fri, 2015-31-07 at 12:14:20 UTC, Paul Bolle wrote: wf_find_control(), wf_find_sensor(), and wf_is_overtemp() are exported but unused. Remove these three functions. Signed-off-by: Paul Bolle pebo...@tiscali.nl Applied to powerpc next, thanks.

[PATCH] windfarm: remove three exported but unused functions

2015-07-31 Thread Paul Bolle
wf_find_control(), wf_find_sensor(), and wf_is_overtemp() are exported but unused. Remove these three functions. Signed-off-by: Paul Bolle pebo...@tiscali.nl --- Cross compile tested only. drivers/macintosh/windfarm.h | 4 drivers/macintosh/windfarm_core.c | 42