diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/h1940-bluetooth.c')
| -rw-r--r-- | arch/arm/mach-s3c24xx/h1940-bluetooth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/h1940-bluetooth.c b/arch/arm/mach-s3c24xx/h1940-bluetooth.c index 57aee916bdb..3f40c61b6e0 100644 --- a/arch/arm/mach-s3c24xx/h1940-bluetooth.c +++ b/arch/arm/mach-s3c24xx/h1940-bluetooth.c @@ -62,7 +62,7 @@ static const struct rfkill_ops h1940bt_rfkill_ops = {  	.set_block = h1940bt_set_block,  }; -static int __devinit h1940bt_probe(struct platform_device *pdev) +static int h1940bt_probe(struct platform_device *pdev)  {  	struct rfkill *rfk;  	int ret = 0;  |