]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: merge the non-mmu and mmu versions of module.c
authorGreg Ungerer <gerg@uclinux.org>
Tue, 29 Mar 2011 05:23:51 +0000 (15:23 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 25 Jul 2011 01:21:47 +0000 (11:21 +1000)
commit078206280c7d13704e0d5f0276c3e7a4cece936a
treecc3d41b1b01ae2aa5ef76662e8379c896854e244
parentb6844e8f64920cdee620157252169ba63afb0c89
m68k: merge the non-mmu and mmu versions of module.c

The non-mmu and mmu versions of the module loader module.c are
nearly identical. Merge them back to a single module.c. There is
a little bit of re-ordering of the struct and enum definitions in
module.h to keep the ifdefery to a minimum.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/module.h
arch/m68k/kernel/module.c
arch/m68k/kernel/module_mm.c [deleted file]
arch/m68k/kernel/module_no.c [deleted file]