X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Fhvcs.c;h=2724d628527f0be6dad52b223007e9fed04f4ed0;hb=492b057c426e4aa747484958e18e9da29003985d;hp=c76bccf5354dc77f1b97bdb3ea22266d8154faa5;hpb=ae02cde7e9bc7bb4cb48b1798479889f043ba2ae;p=pandora-kernel.git diff --git a/drivers/char/hvcs.c b/drivers/char/hvcs.c index c76bccf5354d..2724d628527f 100644 --- a/drivers/char/hvcs.c +++ b/drivers/char/hvcs.c @@ -868,7 +868,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 = hvcs_remove, + .remove = __devexit_p(hvcs_remove), .driver = { .name = hvcs_driver_name, .owner = THIS_MODULE,