V4L/DVB (8609): media: Clean up platform_driver_unregister() bogosity.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 1 Aug 2008 22:48:51 +0000 (19:48 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 6 Aug 2008 09:57:30 +0000 (06:57 -0300)
So, platform_driver_unregister() doesn't actually have a return value,
nor do any of the void __exit routines. It's reassuring to know that
people copy and paste blindly. This completely blew up my compiler.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found