From: Ricardo Ribalda Delgado Date: Thu, 4 Oct 2018 10:08:38 +0000 (+0200) Subject: mtd: physmap_of: Remove unused struct of_device_id X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e42e175ae319fd67b3969da7537e0ef7eab4fe6b;p=linux.git mtd: physmap_of: Remove unused struct of_device_id This struct does not seem to be used anywhere on the code Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Boris Brezillon --- diff --git a/drivers/mtd/maps/physmap_of_gemini.c b/drivers/mtd/maps/physmap_of_gemini.c index 830b1b7e702bc..9df62ca721d5d 100644 --- a/drivers/mtd/maps/physmap_of_gemini.c +++ b/drivers/mtd/maps/physmap_of_gemini.c @@ -44,11 +44,6 @@ #define FLASH_PARALLEL_HIGH_PIN_CNT (1 << 20) /* else low pin cnt */ -static const struct of_device_id syscon_match[] = { - { .compatible = "cortina,gemini-syscon" }, - { }, -}; - int of_flash_probe_gemini(struct platform_device *pdev, struct device_node *np, struct map_info *map)