From: Andy Shevchenko Date: Mon, 23 Apr 2012 13:02:42 +0000 (-0300) Subject: [media] as3645a: move relevant code under __devinit/__devexit X-Git-Tag: v3.5-rc1~104^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b151d9a231f18e329a5d0619c1c11117295ce031;p=pandora-kernel.git [media] as3645a: move relevant code under __devinit/__devexit There is no needs to keep .remove under .exit.text. This driver is for a standalone chip that could be on any board and connected to any i2c bus. At the same time we don't need to keep the as3645a_probe() after initializing the device. Therefore we mark it and relevant functions with __devinit tag. Signed-off-by: Andy Shevchenko Cc: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed