Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c/pca954x: Remove __devinit and __devexit from probe and remove fun…
…ctions 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>
- Loading branch information