Re: [Xen-devel] [PATCH 0/5] xen: various cleanups

2015-01-28 Thread David Vrabel
On 28/01/15 06:44, Juergen Gross wrote: > 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. Applied to devel/for-linus-3.2

[PATCH 0/5] xen: various cleanups

2015-01-27 Thread Juergen Gross
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 ad