sysclk-lwla: Remove unused dev_context::next_state.

This commit is contained in:
Daniel Elstner 2014-01-15 00:59:08 +01:00
parent 945e4343e2
commit 60e2fa0a03
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ struct dev_context {
int reg_write_len;
enum device_state state;
enum device_state next_state;
/** The currently configured clock source of the device. */
enum clock_source cur_clock_source;