1
0
Fork 0

cpufreq: dt: Mark platdev machines array as __initconst

The machines array in cpufreq-dt-platdev is used only once at boot time
and so should be marked with __initconst, so that kernel can free up
memory used for it, if required.

Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
steinar/wifi_calib_4_9_kernel
Viresh Kumar 2016-04-22 16:58:39 +05:30 committed by Rafael J. Wysocki
parent 394cb8316b
commit e92bb16674
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <linux/of.h>
#include <linux/platform_device.h>
static const struct of_device_id machines[] = {
static const struct of_device_id machines[] __initconst = {
{ .compatible = "samsung,exynos3250", },
{ .compatible = "samsung,exynos4210", },
{ .compatible = "samsung,exynos4212", },