ARM: S3C24XX: s3c24xx_mci_set_platdata should be marked __init
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>
This commit is contained in:
parent
f44c67cdc3
commit
1f138f1389
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user