commit | e074d08e2b98db1b19328bb9395052b34366831d | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 18 22:16:47 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 30 15:37:19 2012 +1000 |
tree | 113e1938321b9d98e1d8ea97fb2fbc34408d1177 | |
parent | e326b30fda9a985a2e7fda6fb9212b86bf025c39 [diff] |
powerpc/windfarm: const'ify and add "priv" field to controls & sensors const'ify the sensor ops and name and add a void* for use by the control and sensor drivers to point back to their private data, avoiding the need to create a wrapper data structure per sensor or control instance. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>