/* * UDA1380 ALSA SoC Codec driver * * Copyright 2009 Philipp Zabel * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __UDA1380_H #define __UDA1380_H struct uda1380_platform_data { int gpio_power; int gpio_reset; int dac_clk; #define UDA1380_DAC_CLK_SYSCLK 0 #define UDA1380_DAC_CLK_WSPLL 1 }; #endif /* __UDA1380_H */ net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuzuki K Poulose <suzuki.poulose@arm.com>2016-03-22 14:06:47 +0000
committerChristoffer Dall <christoffer.dall@linaro.org>2016-04-21 14:57:15 +0200
commit77b5665141a9a7e69d2f685ee2f2a3698fd27397 (patch)
tree6c4efcb4ce319c2539aa9e009737f895fef222b6
parentbbb3b6b35087539e75792b46e07b7ce5282d0979 (diff)
kvm-arm: Remove kvm_pud_huge()
Get rid of kvm_pud_huge() which falls back to pud_huge. Use pud_huge instead. Acked-by: Christoffer Dall <christoffer.dall@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
-rw-r--r--arch/arm/kvm/mmu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c