Re: [PATCH] arch: arm: mm: ioremap: Remove unused function

2015-01-01 Thread Thomas Petazzoni
Dear Rickard Strandqvist, On Thu, 1 Jan 2015 20:10:51 +0100, Rickard Strandqvist wrote: > Remove the function pci_ioremap_set_mem_type() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist H

[PATCH] arch: arm: mm: ioremap: Remove unused function

2015-01-01 Thread Rickard Strandqvist
Remove the function pci_ioremap_set_mem_type() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- arch/arm/include/asm/io.h |6 -- arch/arm/mm/ioremap.c |5 - 2 files changed, 1