Hi,
On Tue, Dec 17, 2013 at 3:52 AM, <[email protected]> wrote: > From: Kukjin Kim <[email protected]> > > This moves regs-pmu.h file into mach-exynos directory. > > Signed-off-by: Kukjin Kim <[email protected]> > --- > arch/arm/mach-exynos/common.c | 3 ++- > arch/arm/mach-exynos/cpuidle.c | 2 +- > arch/arm/mach-exynos/hotplug.c | 2 +- > arch/arm/mach-exynos/mach-exynos5-dt.c | 2 +- > arch/arm/mach-exynos/platsmp.c | 2 +- > arch/arm/mach-exynos/pm.c | 2 +- > arch/arm/mach-exynos/pm_domains.c | 3 ++- > arch/arm/mach-exynos/pmu.c | 2 +- > arch/arm/mach-exynos/{include/mach => }/regs-pmu.h | 0 > 9 files changed, 10 insertions(+), 8 deletions(-) > rename arch/arm/mach-exynos/{include/mach => }/regs-pmu.h (100%) This looks OK, but when you committed, you did the move of the include file in another commit (e44de221d3ddb99387b04cfd49483bcd05daa6fb). That means that between that commit and this patch, there's build breakage. Please try to avoid that in the future since if something needs to be bisected near here it can cause problems. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
