提交 c8ddc220 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

staging: olpc_dcon: remove use of __devexit_p

CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2c4ae9d2
...@@ -779,7 +779,7 @@ struct i2c_driver dcon_driver = { ...@@ -779,7 +779,7 @@ struct i2c_driver dcon_driver = {
.class = I2C_CLASS_DDC | I2C_CLASS_HWMON, .class = I2C_CLASS_DDC | I2C_CLASS_HWMON,
.id_table = dcon_idtable, .id_table = dcon_idtable,
.probe = dcon_probe, .probe = dcon_probe,
.remove = __devexit_p(dcon_remove), .remove = dcon_remove,
.detect = dcon_detect, .detect = dcon_detect,
.address_list = normal_i2c, .address_list = normal_i2c,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册