Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44566
b: refs/heads/master
c: 6eefd34
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Greg Kroah-Hartman committed Dec 13, 2006
1 parent 7ca6bc0 commit c9c1cd6
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: c63e07834bb12910bea41da15b8902150f5217c2
refs/heads/master: 6eefd34fdcbd34e2cddb8b7da26d838367591954
2 changes: 1 addition & 1 deletion trunk/drivers/base/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ EXPORT_SYMBOL_GPL(platform_device_add_resources);
* pointer. The memory associated with the platform data will be freed
* when the platform device is released.
*/
int platform_device_add_data(struct platform_device *pdev, void *data, size_t size)
int platform_device_add_data(struct platform_device *pdev, const void *data, size_t size)
{
void *d;

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 @@ -39,7 +39,7 @@ extern struct platform_device *platform_device_register_simple(char *, unsigned

extern struct platform_device *platform_device_alloc(const char *name, unsigned int id);
extern int platform_device_add_resources(struct platform_device *pdev, struct resource *res, unsigned int num);
extern int platform_device_add_data(struct platform_device *pdev, void *data, size_t size);
extern int platform_device_add_data(struct platform_device *pdev, const void *data, size_t size);
extern int platform_device_add(struct platform_device *pdev);
extern void platform_device_del(struct platform_device *pdev);
extern void platform_device_put(struct platform_device *pdev);
Expand Down

0 comments on commit c9c1cd6

Please sign in to comment.