staging: vme: 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: Martyn Welch <martyn.welch@ge.com> Cc: Manohar Vanga <manohar.vanga@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
f307da94db
Коммит
38930755b8
|
@ -156,7 +156,7 @@ static struct vme_driver pio2_driver = {
|
|||
.name = driver_name,
|
||||
.match = pio2_match,
|
||||
.probe = pio2_probe,
|
||||
.remove = __devexit_p(pio2_remove),
|
||||
.remove = pio2_remove,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -619,7 +619,7 @@ static struct vme_driver vme_user_driver = {
|
|||
.name = driver_name,
|
||||
.match = vme_user_match,
|
||||
.probe = vme_user_probe,
|
||||
.remove = __devexit_p(vme_user_remove),
|
||||
.remove = vme_user_remove,
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче