Re: [PATCH 0/3] arm64: make some functions static

2015-11-12 Thread Catalin Marinas
On Thu, Nov 12, 2015 at 08:04:41PM +0800, Jisheng Zhang wrote: > These functions are only called within the its own file, so they could > be declared static. > > Jisheng Zhang (3): > arm64: smp: make of_parse_and_init_cpus static > arm64: mmu: make split_pud and fixup_executable static > arm

[PATCH 0/3] arm64: make some functions static

2015-11-12 Thread Jisheng Zhang
These functions are only called within the its own file, so they could be declared static. Jisheng Zhang (3): arm64: smp: make of_parse_and_init_cpus static arm64: mmu: make split_pud and fixup_executable static arm64: suspend: make hw_breakpoint_restore static arch/arm64/kernel/smp.c