From: Pankaj Dubey Date: Mon, 7 Jul 2014 22:54:19 +0000 (+0900) Subject: ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domain X-Git-Tag: omap-for-v3.17/fixes-against-rc2~123^2~4^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b634e38f31a4b70dcaefd21b1158c27d520bd017;p=pandora-kernel.git ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domain Current "pm_domain.c" file uses "S5P_INT_LOCAL_PWR_EN" definition from "regs-pmu.h" and hence needs to include this header file. As there is no other user of "S5P_INT_LOCAL_PWR_EN" definition other than pm_domain, to remove "regs-pmu.h" header file dependency from "pm_domain.c" it's better we define this definition in "pm_domain.c" file itself and thus it will help in removing header file inclusion from "pm_domain.c". Also removing "S5P_" prefix from macro. Signed-off-by: Pankaj Dubey Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed