]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: exynos-lpass: Use common soc/exynos-regs-pmu.h header
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 14 Mar 2017 16:46:52 +0000 (18:46 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 10 Apr 2017 11:12:57 +0000 (16:42 +0530)
The MFD-specific header will go away because it duplicates defines from
exynos-regs-pmu.h.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/mfd/exynos-lpass.c

index 2e064fb8826f442c719a4ac0009d750bc2e8d176..8bebad92a385abf9d72299d0a138ef1945928d0d 100644 (file)
 #include <linux/io.h>
 #include <linux/module.h>
 #include <linux/mfd/syscon.h>
-#include <linux/mfd/syscon/exynos5-pmu.h>
 #include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
+#include <linux/soc/samsung/exynos-regs-pmu.h>
 #include <linux/types.h>
 
 /* LPASS Top register definitions */
@@ -83,7 +83,7 @@ static void exynos_lpass_enable(struct exynos_lpass *lpass)
 
        /* Activate related PADs from retention state */
        regmap_write(lpass->pmu, EXYNOS5433_PAD_RETENTION_AUD_OPTION,
-                    EXYNOS5433_PAD_INITIATE_WAKEUP_FROM_LOWPWR);
+                    EXYNOS_WAKEUP_FROM_LOWPWR);
 
        exynos_lpass_core_sw_reset(lpass, LPASS_I2S_SW_RESET);
        exynos_lpass_core_sw_reset(lpass, LPASS_DMA_SW_RESET);