rk29: rfkill: sdk: fix section mismatch warning
author黄涛 <huangtao@rock-chips.com>
Fri, 29 Jul 2011 01:47:51 +0000 (09:47 +0800)
committer黄涛 <huangtao@rock-chips.com>
Fri, 29 Jul 2011 01:53:12 +0000 (09:53 +0800)
arch/arm/mach-rk29/board-rk29sdk-rfkill.c

index b28a5523a5c015ada65ef322783df5583e407037..8f9d99d2f80c2b3948e75ffd62d1316a6779e697 100755 (executable)
@@ -172,7 +172,7 @@ static const struct rfkill_ops bcm4329_rfk_ops = {
        .set_block = bcm4329_set_block,
 };
 
-static int __init bcm4329_rfkill_probe(struct platform_device *pdev)
+static int __devinit bcm4329_rfkill_probe(struct platform_device *pdev)
 {
        int rc = 0;
        bool default_state = true;