Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280053
b: refs/heads/master
c: 5a3072b
h: refs/heads/master
i:
  280051: 4871beb
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Dec 10, 2011
1 parent a85a7fe commit 9353d03
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: 11e3123d9fdbe0aab1adf9ab5a5b1b28aa91daa7
refs/heads/master: 5a3072be6ce00b10565c78da05ad78df41310045
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ EXPORT_SYMBOL_GPL(platform_device_unregister);
* Returns &struct platform_device pointer on success, or ERR_PTR() on error.
*/
struct platform_device *platform_device_register_full(
struct platform_device_info *pdevinfo)
const struct platform_device_info *pdevinfo)
{
int ret = -ENOMEM;
struct platform_device *pdev;
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 @@ -63,7 +63,7 @@ struct platform_device_info {
u64 dma_mask;
};
extern struct platform_device *platform_device_register_full(
struct platform_device_info *pdevinfo);
const struct platform_device_info *pdevinfo);

/**
* platform_device_register_resndata - add a platform-level device with
Expand Down

0 comments on commit 9353d03

Please sign in to comment.