]> xenbits.xensource.com Git - xen.git/commit
Remove __init specifier from function declarations in header files.
authorKeir Fraser <keir@xen.org>
Wed, 6 Apr 2011 08:20:40 +0000 (09:20 +0100)
committerKeir Fraser <keir@xen.org>
Wed, 6 Apr 2011 08:20:40 +0000 (09:20 +0100)
commit347f5536686b04b7214488ffef2129a05848e761
tree105e1a969e439106a17ec52e5f95a52cb909b9c2
parent03e3614ae6a7506e3c1f98d73287bf4eef7fc766
Remove __init specifier from function declarations in header files.

The specifier only needs to be added to the function's definition.

At the same time, fix init_cpu_to_node() to be __init rather than
__devinit (it is only called at boot time).

Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/x86/numa.c
xen/drivers/passthrough/vtd/extern.h
xen/include/asm-x86/bzimage.h
xen/include/asm-x86/hvm/svm/amd-iommu-proto.h
xen/include/asm-x86/numa.h