|
@@ -868,7 +868,7 @@ static int __devexit hvcs_remove(struct vio_dev *dev)
|
|
static struct vio_driver hvcs_vio_driver = {
|
|
static struct vio_driver hvcs_vio_driver = {
|
|
.id_table = hvcs_driver_table,
|
|
.id_table = hvcs_driver_table,
|
|
.probe = hvcs_probe,
|
|
.probe = hvcs_probe,
|
|
- .remove = hvcs_remove,
|
|
|
|
|
|
+ .remove = __devexit_p(hvcs_remove),
|
|
.driver = {
|
|
.driver = {
|
|
.name = hvcs_driver_name,
|
|
.name = hvcs_driver_name,
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|