Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187070
b: refs/heads/master
c: 831fad2
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 8, 2010
1 parent fbf33c3 commit e297b2e
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: 52cf25d0ab7f78eeecc59ac652ed5090f69b619e
refs/heads/master: 831fad2f75f0d7bfc339de81173e7068a3c72276
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ static int platform_uevent(struct device *dev, struct kobj_uevent_env *env)
}

static const struct platform_device_id *platform_match_id(
struct platform_device_id *id,
const struct platform_device_id *id,
struct platform_device *pdev)
{
while (id->name[0]) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/platform_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct platform_driver {
int (*suspend)(struct platform_device *, pm_message_t state);
int (*resume)(struct platform_device *);
struct device_driver driver;
struct platform_device_id *id_table;
const struct platform_device_id *id_table;
};

extern int platform_driver_register(struct platform_driver *);
Expand Down

0 comments on commit e297b2e

Please sign in to comment.