V4L/DVB (4711): Radio: No need to return void
authorTobias Klauser <tklauser@distanz.ch>
Wed, 4 Oct 2006 11:09:10 +0000 (08:09 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 4 Oct 2006 11:15:38 +0000 (08:15 -0300)
commit13962753190a43fcc2b4a38d064f05d667691cc8
treeaa8a87c107c0833bcd04f4c3a25524db54fffc77
parent003138cf52bd1eec59cb468334b0396fbfbf66cd
V4L/DVB (4711): Radio: No need to return void

The module_exit function has return-type void and
pci_unregister_driver() returns void anyway.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/radio/radio-gemtek-pci.c