提交 725c1cb6 编写于 作者: A Andy Shevchenko 提交者: Bartosz Golaszewski

gpio: pca953x: Remove redundant forward declaration

There is no need to have a forward declaration for pca953x_dt_ids[].
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NBartosz Golaszewski <bgolaszewski@baylibre.com>
上级 55f8bbb5
......@@ -860,8 +860,6 @@ static int device_pca957x_init(struct pca953x_chip *chip, u32 invert)
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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册