mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
cpufreq: brcmstb-avs: Fully open-code compatible for grepping
It is very useful to find driver implementing compatibles with `git grep compatible`, so driver should not use defines for that string, even if this means string will be effectively duplicated. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
897c095880
commit
43ab245a9e
|
|
@ -765,7 +765,7 @@ static void brcm_avs_cpufreq_remove(struct platform_device *pdev)
|
|||
}
|
||||
|
||||
static const struct of_device_id brcm_avs_cpufreq_match[] = {
|
||||
{ .compatible = BRCM_AVS_CPU_DATA },
|
||||
{ .compatible = "brcm,avs-cpu-data-mem" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, brcm_avs_cpufreq_match);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user