From 60e2fa0a03f689bf1e04f38e91473b8c231c4e26 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Wed, 15 Jan 2014 00:59:08 +0100 Subject: [PATCH] sysclk-lwla: Remove unused dev_context::next_state. --- hardware/sysclk-lwla/protocol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hardware/sysclk-lwla/protocol.h b/hardware/sysclk-lwla/protocol.h index be8aaeba..21bfe729 100644 --- a/hardware/sysclk-lwla/protocol.h +++ b/hardware/sysclk-lwla/protocol.h @@ -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;