From: Claudiu.Beznea@microchip.com Date: Mon, 5 Nov 2018 11:14:31 +0000 (+0000) Subject: power: reset: at91-poweroff: remove at91_ramc_of_match X-Git-Tag: v5.15~7304^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6ae9a05a41abdb80b4d93574e84609a35cfb98c;p=platform%2Fkernel%2Flinux-starfive.git power: reset: at91-poweroff: remove at91_ramc_of_match Remove at91_ramc_of_match[] since it is not used anywhere in this code. Signed-off-by: Claudiu Beznea Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/at91-poweroff.c b/drivers/power/reset/at91-poweroff.c index 82533f4..d3d87af 100644 --- a/drivers/power/reset/at91-poweroff.c +++ b/drivers/power/reset/at91-poweroff.c @@ -215,11 +215,6 @@ static int __exit at91_poweroff_remove(struct platform_device *pdev) return 0; } -static const struct of_device_id at91_ramc_of_match[] = { - { .compatible = "atmel,sama5d3-ddramc", }, - { /* sentinel */ } -}; - static const struct of_device_id at91_poweroff_of_match[] = { { .compatible = "atmel,at91sam9260-shdwc", }, { .compatible = "atmel,at91sam9rl-shdwc", },