From: Hans Verkuil Date: Sat, 20 Jun 2009 12:18:34 +0000 (-0300) Subject: V4L/DVB (12111): tcm825x: remove incorrect __exit_p wrapper X-Git-Tag: v2.6.31-rc1~40^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54bb501c069bbe34cf8becf0a9985fc6873d6b21;p=pandora-kernel.git V4L/DVB (12111): tcm825x: remove incorrect __exit_p wrapper tcm825x_remove is not necessarily called on module exit, it can also be called when the i2c_adapter is removed. While the i2c adapter might never be removed on an embedded system, in practice this sensor driver can also be used in e.g. a USB webcam where this is a perfectly acceptable thing to do. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed