Here are some fairly trivial metag_ksyms.c/EXPORT_SYMBOL cleanups which
I'll add to the arch/metag tree for v3.9-rc1.

Basically they move EXPORT_SYMBOLs to after the actual definitions for
those symbols defined in C files, and clean up the includes in
metag_ksyms.c.

James Hogan (6):
  metag: move traps.c exports out of metag_ksyms.c
  metag: move kick.c exports out of metag_ksyms.c
  metag: move setup.c exports out of metag_ksyms.c
  metag: move usercopy.c exports out of metag_ksyms.c
  metag: move mm/init.c exports out of metag_ksyms.c
  metag: cleanup metag_ksyms.c includes

 arch/metag/kernel/kick.c        |    3 +++
 arch/metag/kernel/metag_ksyms.c |   39 +++------------------------------------
 arch/metag/kernel/setup.c       |    3 +++
 arch/metag/kernel/traps.c       |    3 +++
 arch/metag/lib/usercopy.c       |   13 +++++++++++++
 arch/metag/mm/init.c            |    3 +++
 6 files changed, 28 insertions(+), 36 deletions(-)

-- 
1.7.7.6


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to