diff options
Diffstat (limited to 'drivers/misc/apds990x.c')
| -rw-r--r-- | drivers/misc/apds990x.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/apds990x.c b/drivers/misc/apds990x.c index ee74244aa03..f955d546f2d 100644 --- a/drivers/misc/apds990x.c +++ b/drivers/misc/apds990x.c @@ -1275,7 +1275,7 @@ static struct i2c_driver apds990x_driver = {  		.pm	= &apds990x_pm_ops,  	},  	.probe	  = apds990x_probe, -	.remove	  = __devexit_p(apds990x_remove), +	.remove	  = apds990x_remove,  	.id_table = apds990x_id,  };  |