Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20274
b: refs/heads/master
c: a0c53f1
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Feb 14, 2006
1 parent d3ad691 commit aa5fc5e
Show file tree
Hide file tree
Showing 2 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: c6c27721a42b991965bb792d5c196b8331d008d5
refs/heads/master: a0c53f1dca10acc93462339cbd0bf24b10d60a13
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/sl811_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static struct resource resources[] = {
},
};

extern struct device_driver sl811h_driver;
extern struct platform_driver sl811h_driver;

static struct platform_device platform_dev = {
.id = -1,
Expand Down Expand Up @@ -132,7 +132,7 @@ static int sl811_hc_init(struct device *parent, ioaddr_t base_addr, int irq)
* initialized already because of the link order dependency created
* by referencing "sl811h_driver".
*/
platform_dev.name = sl811h_driver.name;
platform_dev.name = sl811h_driver.driver.name;
return platform_device_register(&platform_dev);
}

Expand Down

0 comments on commit aa5fc5e

Please sign in to comment.