commit | bb374b7b938f73666c403b201b3dd48ec9fe118a | [log] [tgz] |
---|---|---|
author | David Miller <davem@davemloft.net> | Tue Oct 30 21:23:48 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 31 07:48:21 2007 -0700 |
tree | f683515d0b6b3b98a67c65c2bce6737089157c2b | |
parent | dd13810b420e0de1fe75bc3b9b14dd2c2c9a4299 [diff] |
[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>