[PATCH 2/2] Remove unneeded __init for s3c_nand_set_platdata
Nelson Castillo
arhuaco at freaks-unidos.net
Wed Jan 6 04:41:54 EST 2010
Remove unneeded __init in function definition.
Signed-off-by: Nelson Castillo <arhuaco at freaks-unidos.net>
---
arch/arm/plat-s3c/dev-nand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-s3c/dev-nand.c b/arch/arm/plat-s3c/dev-nand.c
index 84808cc..a1137a7 100644
--- a/arch/arm/plat-s3c/dev-nand.c
+++ b/arch/arm/plat-s3c/dev-nand.c
@@ -79,7 +79,7 @@ static int __init s3c_nand_copy_set(struct s3c2410_nand_set *set)
return 0;
}
-void __init s3c_nand_set_platdata(struct s3c2410_platform_nand *nand)
+void s3c_nand_set_platdata(struct s3c2410_platform_nand *nand)
{
struct s3c2410_platform_nand *npd;
int size;
More information about the linux-arm-kernel
mailing list