rk29: rfkill: phonesdk: fix section mismatch warning

This commit is contained in:
黄涛
2011-07-29 09:47:16 +08:00
parent c1efd1d33d
commit 31bd2b85a9

View File

@@ -192,7 +192,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;