]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/cpufreq/tegra186-cpufreq.c
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[linux.git] / drivers / cpufreq / tegra186-cpufreq.c
index 1f59966573aa19328b0fa740515b901f6d3f6c5b..f1e09022b819449524513302661fadf12f63807b 100644 (file)
@@ -121,7 +121,7 @@ static struct cpufreq_frequency_table *init_vhint_table(
        void *virt;
 
        virt = dma_alloc_coherent(bpmp->dev, sizeof(*data), &phys,
-                                 GFP_KERNEL | GFP_DMA32);
+                                 GFP_KERNEL);
        if (!virt)
                return ERR_PTR(-ENOMEM);