Re: armv7: remove unused match function

2016-05-01 Thread Mark Kettenis
> Date: Sun, 1 May 2016 21:31:41 +0200 > From: Patrick Wildt > > Hi, > > the armv7_match() function is unused as every platform implements its > own (e.g. imx_match(), exynos_match()). > > Ok to remove? sure

armv7: remove unused match function

2016-05-01 Thread Patrick Wildt
Hi, the armv7_match() function is unused as every platform implements its own (e.g. imx_match(), exynos_match()). Ok to remove? Patrick diff --git sys/arch/armv7/armv7/armv7.c sys/arch/armv7/armv7/armv7.c index bf7735c..15cd592 100644 --- sys/arch/armv7/armv7/armv7.c +++ sys/arch/armv7/armv7/ar