From mboxrd@z Thu Jan 1 00:00:00 1970 From: k.kozlowski@samsung.com (Krzysztof Kozlowski) Date: Thu, 12 Nov 2015 13:09:31 +0900 Subject: [PATCH v4 3/9] ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung" In-Reply-To: <1447155784-12667-4-git-send-email-pankaj.dubey@samsung.com> References: <1447155784-12667-1-git-send-email-pankaj.dubey@samsung.com> <1447155784-12667-4-git-send-email-pankaj.dubey@samsung.com> Message-ID: <564410FB.2000802@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10.11.2015 20:42, Pankaj Dubey wrote: > Moving Exynos PMU specific header file into "include/linux/soc/samsung" > thus updated affected files under "mach-exynos" to use new location of > these header files. > > Signed-off-by: Amit Daniel Kachhap > Signed-off-by: Pankaj Dubey > --- > arch/arm/mach-exynos/exynos-pmu.h | 24 - > arch/arm/mach-exynos/exynos.c | 2 +- > arch/arm/mach-exynos/mcpm-exynos.c | 2 +- > arch/arm/mach-exynos/platsmp.c | 2 +- > arch/arm/mach-exynos/pm.c | 4 +- > arch/arm/mach-exynos/pmu.c | 6 +- > arch/arm/mach-exynos/regs-pmu.h | 693 ---------------------------- > arch/arm/mach-exynos/suspend.c | 4 +- > include/linux/soc/samsung/exynos-pmu.h | 24 + > include/linux/soc/samsung/exynos-regs-pmu.h | 693 ++++++++++++++++++++++++++++ Did you disable the rename-detection for format-patch? Default rename detection mechanism (50% of similarity) should detect two renames here: exynos-pmu.h and exynos-regs-pmu.h Best regards, Krzysztof > 10 files changed, 727 insertions(+), 727 deletions(-) > delete mode 100644 arch/arm/mach-exynos/exynos-pmu.h > delete mode 100644 arch/arm/mach-exynos/regs-pmu.h > create mode 100644 include/linux/soc/samsung/exynos-pmu.h > create mode 100644 include/linux/soc/samsung/exynos-regs-pmu.h