All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] arm64: make some functions static
@ 2015-11-12 12:04 ` Jisheng Zhang
  0 siblings, 0 replies; 10+ messages in thread
From: Jisheng Zhang @ 2015-11-12 12:04 UTC (permalink / raw)
  To: catalin.marinas, will.deacon
  Cc: linux-arm-kernel, linux-kernel, 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     | 2 +-
 arch/arm64/kernel/suspend.c | 2 +-
 arch/arm64/mm/mmu.c         | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.6.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-11-12 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 12:04 [PATCH 0/3] arm64: make some functions static Jisheng Zhang
2015-11-12 12:04 ` Jisheng Zhang
2015-11-12 12:04 ` [PATCH 1/3] arm64: smp: make of_parse_and_init_cpus static Jisheng Zhang
2015-11-12 12:04   ` Jisheng Zhang
2015-11-12 12:04 ` [PATCH 2/3] arm64: mmu: make split_pud and fixup_executable static Jisheng Zhang
2015-11-12 12:04   ` Jisheng Zhang
2015-11-12 12:04 ` [PATCH 3/3] arm64: suspend: make hw_breakpoint_restore static Jisheng Zhang
2015-11-12 12:04   ` Jisheng Zhang
2015-11-12 15:22 ` [PATCH 0/3] arm64: make some functions static Catalin Marinas
2015-11-12 15:22   ` Catalin Marinas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.