This patch removes the following unneeded definitions and clean-up
the unnecessary blank line from pass.h.
- #define PASS_RESOURCE_MAX 10
- #define PASS_CLUSTER_0 0
- #define PASS_CLUSTER_1 1
Change-Id: I6354067570995e03a5d077611c13781191ae85e8
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
* limitations under the License.
*/
-
#ifndef __PASS__
#define __PASS__
#define PASS_LEVEL_COND_MAX 3
#define PASS_CPU_STATS_DEFAULT 20
#define PASS_MIN_GOV_TIMEOUT 0.2
-#define PASS_RESOURCE_MAX 10
-
-#define PASS_CLUSTER_0 0
-#define PASS_CLUSTER_1 1
struct pass_policy;