diff options
Diffstat (limited to 'cds9k-gpio.c')
-rw-r--r-- | cds9k-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cds9k-gpio.c b/cds9k-gpio.c index 04c647a..cb8b4be 100644 --- a/cds9k-gpio.c +++ b/cds9k-gpio.c @@ -13,7 +13,6 @@ static int cds9k_gpio_probe(struct platform_device *pdev) struct regmap *regmap; u32 base; int ret; - const char *parent_name = dev_name(pdev->dev.parent); if (!pdev->dev.parent) return -ENODEV; |