Commit 0b0a860f authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13607): vpif: move vpif_remove to .devexit



The function vpif_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9d893824
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ static int __init vpif_probe(struct platform_device *pdev)
	return status;
}

static int vpif_remove(struct platform_device *pdev)
static int __devexit vpif_remove(struct platform_device *pdev)
{
	iounmap(vpif_base);
	release_mem_region(res->start, res_len);