mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-30 20:33:41 +00:00
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>
This commit is contained in:
parent
996463fdb8
commit
e6ae9a05a4
1 changed files with 0 additions and 5 deletions
|
@ -215,11 +215,6 @@ static int __exit at91_poweroff_remove(struct platform_device *pdev)
|
||||||
return 0;
|
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[] = {
|
static const struct of_device_id at91_poweroff_of_match[] = {
|
||||||
{ .compatible = "atmel,at91sam9260-shdwc", },
|
{ .compatible = "atmel,at91sam9260-shdwc", },
|
||||||
{ .compatible = "atmel,at91sam9rl-shdwc", },
|
{ .compatible = "atmel,at91sam9rl-shdwc", },
|
||||||
|
|
Loading…
Add table
Reference in a new issue