|
@@ -11,7 +11,7 @@
|
|
|
#include <linux/of.h>
|
|
#include <linux/of.h>
|
|
|
#include <linux/platform_device.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,exynos3250", },
|
|
|
{ .compatible = "samsung,exynos4210", },
|
|
{ .compatible = "samsung,exynos4210", },
|
|
|
{ .compatible = "samsung,exynos4212", },
|
|
{ .compatible = "samsung,exynos4212", },
|