Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293988
b: refs/heads/master
c: ead1d01
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Konrad Rzeszutek Wilk committed Mar 14, 2012
1 parent aca2f73 commit bd88dd5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42c46e6ba5461fcab289bf4a1b7160f94c10aa28
refs/heads/master: ead1d01425bbd28c4354b539caa4075bde00ed72
6 changes: 3 additions & 3 deletions trunk/drivers/xen/sys-hypervisor.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static struct attribute *version_attrs[] = {
NULL
};

static struct attribute_group version_group = {
static const struct attribute_group version_group = {
.name = "version",
.attrs = version_attrs,
};
Expand Down Expand Up @@ -210,7 +210,7 @@ static struct attribute *xen_compile_attrs[] = {
NULL
};

static struct attribute_group xen_compilation_group = {
static const struct attribute_group xen_compilation_group = {
.name = "compilation",
.attrs = xen_compile_attrs,
};
Expand Down Expand Up @@ -340,7 +340,7 @@ static struct attribute *xen_properties_attrs[] = {
NULL
};

static struct attribute_group xen_properties_group = {
static const struct attribute_group xen_properties_group = {
.name = "properties",
.attrs = xen_properties_attrs,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xen-balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static struct attribute *balloon_info_attrs[] = {
NULL
};

static struct attribute_group balloon_info_group = {
static const struct attribute_group balloon_info_group = {
.name = "info",
.attrs = balloon_info_attrs
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/xen/xen-selfballoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static struct attribute *selfballoon_attrs[] = {
NULL
};

static struct attribute_group selfballoon_group = {
static const struct attribute_group selfballoon_group = {
.name = "selfballoon",
.attrs = selfballoon_attrs
};
Expand Down

0 comments on commit bd88dd5

Please sign in to comment.