pass: Remove unused structure definitions
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 17 Jan 2017 10:53:29 +0000 (19:53 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 23 Jan 2017 11:06:00 +0000 (20:06 +0900)
This patch removes the unused structure definitions.

Change-Id: I7b68bce746f6410bcf2d91df671e9318bbf6e7d1
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/pass/pass.h

index cd5110e02f3d362ad65b20cdce6c4f9a4fd29525..39c0ee31bf2e782794410df4ea283884535d353f 100644 (file)
@@ -203,14 +203,6 @@ struct pass_cpufreq_policy {
        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;
@@ -260,8 +252,6 @@ struct pass_policy {
        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;