Merge branch 'next/fixes-non-critical' into next/drivers
[deliverable/linux.git] / arch / arm / mach-exynos / mach-universal_c210.c
index 38939956c34f7097958eda9fcd8690feac4e84ba..02f086ddd5187395f3e508c5964c3b8f6e6d67a7 100644 (file)
@@ -743,7 +743,7 @@ static struct s3c_sdhci_platdata universal_hsmmc0_data __initdata = {
 };
 
 static struct regulator_consumer_supply mmc0_supplies[] = {
-       REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"),
+       REGULATOR_SUPPLY("vmmc", "exynos4-sdhci.0"),
 };
 
 static struct regulator_init_data mmc0_fixed_voltage_init_data = {
@@ -999,7 +999,7 @@ static void __init universal_map_io(void)
        s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs));
 }
 
-void s5p_tv_setup(void)
+static void s5p_tv_setup(void)
 {
        /* direct HPD to HDMI chip */
        gpio_request_one(EXYNOS4_GPX3(7), GPIOF_IN, "hpd-plug");
This page took 0.026411 seconds and 5 git commands to generate.