Message ID | 20180502095806.30341-2-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Mainlined |
Delegated to: | Rafael Wysocki |
Headers | show |
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 3b585e4bfac5..206ae7460f4a 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -67,7 +67,6 @@ static const struct of_device_id whitelist[] __initconst = { { .compatible = "renesas,r8a7793", }, { .compatible = "renesas,r8a7794", }, { .compatible = "renesas,r8a7795", }, - { .compatible = "renesas,r8a7796", }, { .compatible = "renesas,sh73a0", }, { .compatible = "rockchip,rk2928", },
This reverts commit bea2ebca6b917e46d0c585f416f1326fdf41e69b. This is no longer needed since the flowing commit and to the best of my knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2") Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 - 1 file changed, 1 deletion(-)