|
@@ -25,9 +25,6 @@ int cpudl_find(struct cpudl *cp, struct task_struct *p,
|
|
|
void cpudl_set(struct cpudl *cp, int cpu, u64 dl, int is_valid);
|
|
|
int cpudl_init(struct cpudl *cp);
|
|
|
void cpudl_cleanup(struct cpudl *cp);
|
|
|
-#else
|
|
|
-#define cpudl_set(cp, cpu, dl) do { } while (0)
|
|
|
-#define cpudl_init() do { } while (0)
|
|
|
#endif /* CONFIG_SMP */
|
|
|
|
|
|
#endif /* _LINUX_CPUDL_H */
|