From: David Miller Date: Wed, 31 Oct 2007 04:23:48 +0000 (-0700) Subject: [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexit X-Git-Tag: v2.6.24-rc2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb374b7b938f73666c403b201b3dd48ec9fe118a;p=pandora-kernel.git [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 Acked-by: Hans Verkuil Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed