From: Guenter Roeck Date: Sun, 24 Oct 2010 16:16:59 +0000 (+0200) Subject: i2c/pca954x: Remove __devinit and __devexit from probe and remove functions X-Git-Tag: v2.6.37-rc1~143^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db79f2a1d259a9026241dd0f192c20d6264d5afa;p=pandora-kernel.git i2c/pca954x: Remove __devinit and __devexit from probe and remove functions The underlying I2C adapter may or may not be present when this driver gets initialized, and may disappear later, so there is no safe time at which the probe and remove functions can be discarded. Signed-off-by: Guenter Roeck Signed-off-by: Jean Delvare --- Reading git-diff-tree failed