]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/power/qos.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[karo-tx-linux.git] / kernel / power / qos.c
index 56db7514718689444b75996a90aea1aeea497961..995e3bd3417b930902317f9cb0e23dfa4811c36c 100644 (file)
@@ -70,6 +70,7 @@ static struct pm_qos_constraints cpu_dma_constraints = {
 };
 static struct pm_qos_object cpu_dma_pm_qos = {
        .constraints = &cpu_dma_constraints,
+       .name = "cpu_dma_latency",
 };
 
 static BLOCKING_NOTIFIER_HEAD(network_lat_notifier);