Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95661
b: refs/heads/master
c: ed49f5d
h: refs/heads/master
i:
  95659: 4c365fe
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed May 1, 2008
1 parent 39f581f commit cdb39fa
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: be089d79c46f5efa77fbdf03c5e576e220bf143f
refs/heads/master: ed49f5d0015927334dcca3607a9bfc1478ff8f55
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ static void pcmcia_bus_remove_socket(struct device *dev,


/* the pcmcia_bus_interface is used to handle pcmcia socket devices */
static struct class_interface pcmcia_bus_interface = {
static struct class_interface pcmcia_bus_interface __refdata = {
.class = &pcmcia_socket_class,
.add_dev = &pcmcia_bus_add_socket,
.remove_dev = &pcmcia_bus_remove_socket,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/rsrc_nonstatic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ static void __devexit pccard_sysfs_remove_rsrc(struct device *dev,
device_remove_file(dev, *attr);
}

static struct class_interface pccard_rsrc_interface = {
static struct class_interface pccard_rsrc_interface __refdata = {
.class = &pcmcia_socket_class,
.add_dev = &pccard_sysfs_add_rsrc,
.remove_dev = __devexit_p(&pccard_sysfs_remove_rsrc),
Expand Down

0 comments on commit cdb39fa

Please sign in to comment.