drivers/hvc: Add missing __devexit_p()
[sfrench/cifs-2.6.git] / drivers / char / hvc_iseries.c
index 449727b6166d417174b2ce3c662d0da31af73830..936d05bf37fa3264ae48ec539f0787d6a1a7c3cc 100644 (file)
@@ -241,7 +241,7 @@ static int __devexit hvc_vio_remove(struct vio_dev *vdev)
 static struct vio_driver hvc_vio_driver = {
        .id_table       = hvc_driver_table,
        .probe          = hvc_vio_probe,
-       .remove         = hvc_vio_remove,
+       .remove         = __devexit_p(hvc_vio_remove),
        .driver         = {
                .name   = hvc_driver_name,
                .owner  = THIS_MODULE,