Re: [PATCH] ARM: remove unused

2019-03-29 Thread Mukesh Ojha
On 3/29/2019 9:14 PM, Masahiro Yamada wrote: No one includes this. Signed-off-by: Masahiro Yamada --- Reviewed-by: Mukesh Ojha Cheers, -Mukesh Version: 5.1-rc2 arch/arm/include/asm/limits.h | 12 1 file changed, 12 deletions(-) delete mode 100644 arch/arm/include/a

[PATCH] ARM: remove unused

2019-03-29 Thread Masahiro Yamada
No one includes this. Signed-off-by: Masahiro Yamada --- KernelVersion: 5.1-rc2 arch/arm/include/asm/limits.h | 12 1 file changed, 12 deletions(-) delete mode 100644 arch/arm/include/asm/limits.h diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h delete

[PATCH] ARM: remove unused

2019-03-29 Thread Masahiro Yamada
No one includes this. Signed-off-by: Masahiro Yamada --- Version: 5.1-rc2 arch/arm/include/asm/limits.h | 12 1 file changed, 12 deletions(-) delete mode 100644 arch/arm/include/asm/limits.h diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h deleted file

[PATCH] ARM: remove unused

2019-03-22 Thread Masahiro Yamada
No one includes this. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/limits.h | 12 1 file changed, 12 deletions(-) delete mode 100644 arch/arm/include/asm/limits.h diff --git a/arch/arm/include/asm/limits.h b/arch/arm/include/asm/limits.h deleted file mode 100644 index

Re: [PATCH] arm: Remove unused __readwrite_bug function

2017-11-15 Thread Uwe Kleine-König
On Wed, Nov 15, 2017 at 07:33:22PM +, Corentin Labbe wrote: > The function __readwrite_bug() is not used at all, so this patch remove > it. This function seems unused since 5621caac1d95 ("ARM: kill off __mem_pci"). Adding Rob as author to Cc. Best regards Uwe > Signed-off-by: Corentin Labbe

[PATCH] arm: Remove unused __readwrite_bug function

2017-11-15 Thread Corentin Labbe
The function __readwrite_bug() is not used at all, so this patch remove it. Signed-off-by: Corentin Labbe --- arch/arm/include/asm/io.h | 5 - arch/arm/kernel/traps.c | 7 --- 2 files changed, 12 deletions(-) diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index 2cf

Re: [PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-20 Thread Arnd Bergmann
On Monday, June 20, 2016 10:28:29 AM CEST Masahiro Yamada wrote: > Hi. > > I have not had any comment on this patch, > but it looks correct to me. Yes, I agree. Feel free to add my Acked-by: Arnd Bergmann > I will put it into Russell's patch tracker > if nobody is against it. Ok, thanks!

Re: [PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-19 Thread Masahiro Yamada
Hi. I have not had any comment on this patch, but it looks correct to me. I will put it into Russell's patch tracker if nobody is against it. 2016-06-13 21:25 GMT+09:00 Masahiro Yamada : > Since commit 2b749cb3a515 ("ARM: realview: remove private barrier > implementation"), this config is not

[PATCH] ARM: remove unused CONFIG_ARCH_HAS_BARRIERS

2016-06-13 Thread Masahiro Yamada
Since commit 2b749cb3a515 ("ARM: realview: remove private barrier implementation"), this config is not used by any platform. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/barrier.h | 4 +--- arch/arm/mm/Kconfig| 6 -- 2 files changed, 1 insertion(+), 9 deletions(-) di

Re: [PATCH] ARM: remove unused/deprecated read_cpuid_part_number()

2014-08-05 Thread Nicolas Pitre
On Tue, 5 Aug 2014, Bartlomiej Zolnierkiewicz wrote: > Commit af040ffc9ba1 ("ARM: make it easier to check the CPU part > number correctly") has left (now unused in the upstream tree and > marked as deprecated) read_cpuid_part_number() while changing > the way it works (using the old function with

[PATCH] ARM: remove unused/deprecated read_cpuid_part_number()

2014-08-05 Thread Bartlomiej Zolnierkiewicz
Commit af040ffc9ba1 ("ARM: make it easier to check the CPU part number correctly") has left (now unused in the upstream tree and marked as deprecated) read_cpuid_part_number() while changing the way it works (using the old function with the definitions will now always evaluate as false). This caus

[PATCH] ARM: remove unused XSCALE_PMU Kconfig parameter

2013-11-04 Thread Michael Opdenacker
This removes the XSCALE_PMU Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. Signed-off-by: Michael Opdenacker --- arch/arm/Kconfig | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1ad6fb6c094d..6de847c74759 1

[PATCH] ARM: remove unused XSCALE_PMU Kconfig param

2013-10-27 Thread Michael Opdenacker
This removes the XSCALE_PMU Kconfig param, which is defined but no longer used in makefiles and source files. Signed-off-by: Michael Opdenacker --- arch/arm/Kconfig | 5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1ad6fb6..6de847c 100644 --- a/arc

[PATCH] ARM: remove unused "config XSCALE_PMU"

2013-03-19 Thread Paul Bolle
The only reference to Kconfig symbol XSCALE_PMU got removed in v3.7, with commit f0d1bc47953743aef9d2ed5326bc5973a3db08ab ("ARM: pmu: remove unused reservation mechanism"). We can remove the Kconfig entry for this unused symbol now. Signed-off-by: Paul Bolle --- Untested. arch/arm/Kconfig | 5 -

Re: [PATCH] ARM: Remove unused header file.

2007-05-05 Thread Russell King
On Sat, Mar 10, 2007 at 04:09:11PM -0500, Robert P. J. Day wrote: > > Delete the apparently unused header file > arch/arm/mach-s3c2410/bast.h. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> I've been trying to get a positive acked-by from Ben Dooks for quite a number of days now and f

[PATCH] ARM: Remove unused header file.

2007-03-10 Thread Robert P. J. Day
Delete the apparently unused header file arch/arm/mach-s3c2410/bast.h. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- diff --git a/arch/arm/mach-s3c2410/bast.h b/arch/arm/mach-s3c2410/bast.h deleted file mode 100644 index e985437..000 --- a/arch/arm/mach-s3c2410/bast.h +++ /dev/n