pca953x: add missing endif back

Change-Id: If25f8d5286580df84bee2cd44c1a3016d46f4d9e
This commit is contained in:
Mauro Ribeiro
2015-01-10 17:01:41 -02:00
parent 202de0b60c
commit 02dc801c4c

View File

@@ -614,7 +614,7 @@ pca953x_get_alt_pdata(struct i2c_client *client, int *gpio_base, u32 *invert)
{
*gpio_base = -1;
}
#endif
static int device_pca953x_init(struct pca953x_chip *chip, u32 invert)
{
int ret;