tty: 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> Cc: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Этот коммит содержится в:

коммит произвёл
Greg Kroah-Hartman

родитель
2520e2745c
Коммит
91116cba5d
@@ -239,7 +239,7 @@ static int __devexit hvc_opal_remove(struct platform_device *dev)
|
||||
|
||||
static struct platform_driver hvc_opal_driver = {
|
||||
.probe = hvc_opal_probe,
|
||||
.remove = __devexit_p(hvc_opal_remove),
|
||||
.remove = hvc_opal_remove,
|
||||
.driver = {
|
||||
.name = hvc_opal_name,
|
||||
.owner = THIS_MODULE,
|
||||
|
@@ -874,7 +874,7 @@ static int __devexit hvcs_remove(struct vio_dev *dev)
|
||||
static struct vio_driver hvcs_vio_driver = {
|
||||
.id_table = hvcs_driver_table,
|
||||
.probe = hvcs_probe,
|
||||
.remove = __devexit_p(hvcs_remove),
|
||||
.remove = hvcs_remove,
|
||||
.name = hvcs_driver_name,
|
||||
};
|
||||
|
||||
|
Ссылка в новой задаче
Block a user