Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259510
b: refs/heads/master
c: cf77acf
h: refs/heads/master
v: v3
  • Loading branch information
Márton Németh authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent bde4886 commit 26dba50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0a186be35963bd9bc4c148554188e927578115b0
refs/heads/master: cf77acfca3ec3170a665c58b2712d275b8ab3860
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ struct vhci_hcd {
};

extern struct vhci_hcd *the_controller;
extern struct attribute_group dev_attr_group;
extern const struct attribute_group dev_attr_group;
#define hardware (&the_controller->pdev.dev)

/* vhci_hcd.c */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,6 @@ static struct attribute *dev_attrs[] = {
NULL,
};

struct attribute_group dev_attr_group = {
const struct attribute_group dev_attr_group = {
.attrs = dev_attrs,
};

0 comments on commit 26dba50

Please sign in to comment.