Skip to content

Commit

Permalink
V4L/DVB (13604): vpss: move vpss_remove to .devexit
Browse files Browse the repository at this point in the history
The function vpss_remove is used only wrapped by __devexit_p so define
it using __devexit.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Uwe Kleine-König authored and Mauro Carvalho Chehab committed Dec 16, 2009
1 parent 0a25f3b commit f68fdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/davinci/vpss.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int __init vpss_probe(struct platform_device *pdev)
return status;
}

static int vpss_remove(struct platform_device *pdev)
static int __devexit vpss_remove(struct platform_device *pdev)
{
iounmap(oper_cfg.vpss_bl_regs_base);
release_mem_region(oper_cfg.r1->start, oper_cfg.len1);
Expand Down

0 comments on commit f68fdb9

Please sign in to comment.