Commit 725c1cb6 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Bartosz Golaszewski
Browse files

gpio: pca953x: Remove redundant forward declaration



There is no need to have a forward declaration for pca953x_dt_ids[].

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 55f8bbb5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -860,8 +860,6 @@ out:
	return ret;
}

static const struct of_device_id pca953x_dt_ids[];

static int pca953x_probe(struct i2c_client *client,
			 const struct i2c_device_id *i2c_id)
{