Browse Source

staging: ste_rmi4: remove use of __devexit_p

CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Bill Pemberton 12 years ago
parent
commit
3cf36aa995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c

+ 1 - 1
drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c

@@ -1130,7 +1130,7 @@ static struct i2c_driver synaptics_rmi4_driver = {
 #endif
 	},
 	.probe		=	synaptics_rmi4_probe,
-	.remove		=	__devexit_p(synaptics_rmi4_remove),
+	.remove		=	synaptics_rmi4_remove,
 	.id_table	=	synaptics_rmi4_id_table,
 };