gpio: pca953x: Remove redundant forward declaration
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 9 Dec 2019 12:35:45 +0000 (14:35 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 11 Dec 2019 09:49:14 +0000 (10:49 +0100)
There is no need to have a forward declaration for pca953x_dt_ids[].

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-pca953x.c

index 40e48f7..24ffe78 100644 (file)
@@ -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)
 {