Skip to content

Commit

Permalink
ARM: S3C24XX: s3c24xx_mci_set_platdata should be marked __init
Browse files Browse the repository at this point in the history
The s3c24xx_mci_set_platdata() is init time only, so should
be marked as __init

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
[ben-linux@fluff.org: update description]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Arnaud Patard authored and Ben Dooks committed May 5, 2010
1 parent f44c67c commit 1f138f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ struct platform_device s3c_device_sdi = {

EXPORT_SYMBOL(s3c_device_sdi);

void s3c24xx_mci_set_platdata(struct s3c24xx_mci_pdata *pdata)
void __init s3c24xx_mci_set_platdata(struct s3c24xx_mci_pdata *pdata)
{
struct s3c24xx_mci_pdata *npd;

Expand Down

0 comments on commit 1f138f1

Please sign in to comment.