]> bbs.cooldavid.org Git - net-next-2.6.git/commit
i2c/pca954x: Remove __devinit and __devexit from probe and remove functions
authorGuenter Roeck <guenter.roeck@ericsson.com>
Sun, 24 Oct 2010 16:16:59 +0000 (18:16 +0200)
committerJean Delvare <khali@endymion.delvare>
Sun, 24 Oct 2010 16:16:59 +0000 (18:16 +0200)
commitdb79f2a1d259a9026241dd0f192c20d6264d5afa
treee29a2b12e6e41713c5cd3b038639bf1d9cdf0637
parent5ce914a8965031a4de503235eb9e0d33ff294fa8
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 <guenter.roeck@ericsson.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/muxes/pca954x.c