Re: [PATCH] ARM: cacheflush: Remove unused secure_flush_area API

2016-08-23 Thread Russell King - ARM Linux
On Sat, Aug 20, 2016 at 01:07:01AM -0500, Andy Gross wrote: > This patch removes the unused secure_flush_area function. The only > consumer of this function has moved to using the streaming DMA APIs. > > Signed-off-by: Andy Gross Looks fine, and from what I can see, nothing depends on it in mai

[PATCH] ARM: cacheflush: Remove unused secure_flush_area API

2016-08-19 Thread Andy Gross
This patch removes the unused secure_flush_area function. The only consumer of this function has moved to using the streaming DMA APIs. Signed-off-by: Andy Gross --- arch/arm/include/asm/cacheflush.h | 17 - 1 file changed, 17 deletions(-) diff --git a/arch/arm/include/asm/cach