This patch removes the unused structure definitions.
Change-Id: I7b68bce746f6410bcf2d91df671e9318bbf6e7d1
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
unsigned int up_threshold;
};
-struct pass_busfreq_policy {
- /* TODO */
-};
-
-struct pass_gpufreq_policy {
- /* TODO */
-};
-
struct pass_scenario {
char name[PASS_NAME_LEN];
enum pass_state state;
int64_t last_time;
struct pass_cpufreq_policy cpufreq;
- struct pass_busfreq_policy busfreq;
- struct pass_gpufreq_policy gpufreq;
struct pass_scenario_policy scenario;
struct pass_table *pass_table;