[PATCH] ARM: OMAP2+: Remove MACH_NOKIA_N800

2014-02-09 Thread Paul Bolle
The last caller of machine_is_nokia_n800() was removed in commit 5a87cde490e1 ("ARM: OMAP2+: Remove legacy booting support for n8x0"). That means that the Kconfig symbol MACH_NOKIA_N800 is now unused. It can safely be removed. Signed-off-by: Paul Bolle --- Untested. arch/arm/mach-omap2/Kconfig

Re: [PATCH] ARM: OMAP2+: Remove MACH_NOKIA_N800

2014-02-09 Thread Aaro Koskinen
Hi, On Sun, Feb 09, 2014 at 04:01:28PM +0100, Paul Bolle wrote: > The last caller of machine_is_nokia_n800() was removed in commit > 5a87cde490e1 ("ARM: OMAP2+: Remove legacy booting support for n8x0"). > That means that the Kconfig symbol MACH_NOKIA_N800 is now unused. It can > safely be removed.

Re: [PATCH] ARM: OMAP2+: Remove MACH_NOKIA_N800

2014-02-13 Thread Tony Lindgren
* Aaro Koskinen [140209 11:53]: > Hi, > > On Sun, Feb 09, 2014 at 04:01:28PM +0100, Paul Bolle wrote: > > The last caller of machine_is_nokia_n800() was removed in commit > > 5a87cde490e1 ("ARM: OMAP2+: Remove legacy booting support for n8x0"). > > That means that the Kconfig symbol MACH_NOKIA_N8