Skip to content

Commit

Permalink
drivers/xen/sys-hypervisor: Cleanup code/data sections definitions
Browse files Browse the repository at this point in the history
Cleanup code/data sections definitions
accordingly to include/linux/init.h.

Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Daniel Kiper authored and Konrad Rzeszutek Wilk committed May 19, 2011
1 parent b53cede commit 887cb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/sys-hypervisor.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ static struct attribute_group xen_compilation_group = {
.attrs = xen_compile_attrs,
};

int __init static xen_compilation_init(void)
static int __init xen_compilation_init(void)
{
return sysfs_create_group(hypervisor_kobj, &xen_compilation_group);
}
Expand Down

0 comments on commit 887cb45

Please sign in to comment.