Re: [PATCH] arch: arm: mm: cache-feroceon-l2: Remove some unused functions

2015-01-05 Thread Andrew Lunn
On Thu, Jan 01, 2015 at 06:56:09PM +0100, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > l2_inv_pa() l2_clean_pa() > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Acked-by:

Re: [PATCH] arch: arm: mm: cache-feroceon-l2: Remove some unused functions

2015-01-05 Thread Andrew Lunn
On Thu, Jan 01, 2015 at 06:56:09PM +0100, Rickard Strandqvist wrote: Removes some functions that are not used anywhere: l2_inv_pa() l2_clean_pa() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist

[PATCH] arch: arm: mm: cache-feroceon-l2: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: l2_inv_pa() l2_clean_pa() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/mm/cache-feroceon-l2.c | 10 -- 1 file changed, 10 deletions(-) diff --git

[PATCH] arch: arm: mm: cache-feroceon-l2: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: l2_inv_pa() l2_clean_pa() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se --- arch/arm/mm/cache-feroceon-l2.c | 10 -- 1 file