diff options
| author | 2011-11-23 20:47:41 +0000 | |
|---|---|---|
| committer | 2011-11-23 20:47:41 +0000 | |
| commit | 58a273745fbb2fbd01d26e7a60f0acc8c1d99469 (patch) | |
| tree | bc16200f3b6ea150b298422754e32959eaa339bc /kernel | |
| parent | driver: pcmcia: replace IRQ_GPIO() with gpio_to_irq() (diff) | |
| parent | macb: allow GEM to have configurable receive buffer size (diff) | |
Merge branches 'drivers/macb-gem' and 'drivers/pxa-gpio' into next/drivers
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/qos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/power/qos.c b/kernel/power/qos.c index 56db75147186..995e3bd3417b 100644 --- a/kernel/power/qos.c +++ b/kernel/power/qos.c @@ -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); |
