]> git.baikalelectronics.ru Git - kernel.git/commit
[MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexit
authorDavid Miller <davem@davemloft.net>
Wed, 31 Oct 2007 04:23:48 +0000 (21:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 31 Oct 2007 14:48:21 +0000 (07:48 -0700)
commite11ce79da454573524dc785657ef32a5ff704e21
treef683515d0b6b3b98a67c65c2bce6737089157c2b
parentc569b3ef50aa4fec90c447b6fb5011ae2f0dfa2b
[MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexit

It is referenced both from __devinit code (ivtv_probe) and
normal .text (ivtv_process_eeprom), and therefore cannot
be discarded via __devexit.

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/media/video/ivtv/ivtv-i2c.c
drivers/media/video/ivtv/ivtv-i2c.h