mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
rk29: rfkill: phonepadsdk: fix section mismatch warning
This commit is contained in:
parent
31bd2b85a9
commit
d0410092cb
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user