arm64: dts: rockchip: add sensors config for rk3399 mid board
[firefly-linux-kernel-4.4.55.git] / include / linux / cgroup_subsys.h
index 1a96fdaa33d54befd4fde55b5af79c1c51b887ac..e133705d794a29e32a4862e433f67507d7b25a17 100644 (file)
@@ -26,6 +26,10 @@ SUBSYS(cpu)
 SUBSYS(cpuacct)
 #endif
 
+#if IS_ENABLED(CONFIG_CGROUP_SCHEDTUNE)
+SUBSYS(schedtune)
+#endif
+
 #if IS_ENABLED(CONFIG_BLK_CGROUP)
 SUBSYS(io)
 #endif