diff options
author | Claudiu.Beznea@microchip.com <Claudiu.Beznea@microchip.com> | 2018-11-05 11:14:31 +0000 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2018-12-05 23:29:57 +0100 |
commit | e6ae9a05a41abdb80b4d93574e84609a35cfb98c (patch) | |
tree | ccdb6ff16f3bbf4e23c4bbc6bd9215dcb1825aed /drivers/power/reset | |
parent | 996463fdb8cdec453a8b56ab6956da40a5af1360 (diff) | |
download | linux-e6ae9a05a41abdb80b4d93574e84609a35cfb98c.tar.bz2 |
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 <claudiu.beznea@microchip.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/reset')
-rw-r--r-- | drivers/power/reset/at91-poweroff.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/power/reset/at91-poweroff.c b/drivers/power/reset/at91-poweroff.c index 82533f4c72fc..d3d87af24e55 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", }, |