Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295869
b: refs/heads/master
c: eff4c58
h: refs/heads/master
i:
  295867: dd7fc4c
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed Mar 10, 2012
1 parent 1e222ec commit 79a65fe
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: 4db17215da33940e4c594c1152ce765c5506a621
refs/heads/master: eff4c58dac1c7d90377ba5c060bab3966a3879ae
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-samsung/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ struct platform_device s3c_device_cfcon = {
.resource = s3c_cfcon_resource,
};

void s3c_ide_set_platdata(struct s3c_ide_platdata *pdata)
void __init s3c_ide_set_platdata(struct s3c_ide_platdata *pdata)
{
s3c_set_platdata(pdata, sizeof(struct s3c_ide_platdata),
&s3c_device_cfcon);
Expand Down Expand Up @@ -1076,7 +1076,7 @@ struct platform_device s3c64xx_device_onenand1 = {
.resource = s3c64xx_onenand1_resources,
};

void s3c64xx_onenand1_set_platdata(struct onenand_platform_data *pdata)
void __init s3c64xx_onenand1_set_platdata(struct onenand_platform_data *pdata)
{
s3c_set_platdata(pdata, sizeof(struct onenand_platform_data),
&s3c64xx_device_onenand1);
Expand Down

0 comments on commit 79a65fe

Please sign in to comment.