Several cleanups in xen kernel files: - move declarations to header file - delete not needed lines - annotate functions as __init - make functions static - use correct types for addresses
No functional changes. Juergen Gross (5): xen: cleanup arch/x86/xen/setup.c xen: use correct types for addresses in arch/x86/xen/setup.c xen: add some __init and static annotations in arch/x86/xen/setup.c xen: add some __init annotations in arch/x86/xen/mmu.c xen: cleanup arch/x86/xen/mmu.c arch/x86/xen/mmu.c | 17 ++++++++--------- arch/x86/xen/setup.c | 37 ++++++++++++++----------------------- arch/x86/xen/xen-ops.h | 6 ++++++ 3 files changed, 28 insertions(+), 32 deletions(-) -- 2.1.2 -- 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/