c6x: kernel: setup: Add screen_info global variable
[sfrench/cifs-2.6.git] / arch / c6x / kernel / setup.c
index 1d9f39920a6799a8a41ac5eaad7893d58927b432..165bbd9ef0061a8617d22d663ae4137211130b67 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/fs.h>
 #include <linux/of.h>
 #include <linux/console.h>
+#include <linux/screen_info.h>
 
 #include <asm/sections.h>
 #include <asm/div64.h>
@@ -38,6 +39,8 @@
 
 static const char *c6x_soc_name;
 
+struct screen_info screen_info;
+
 int c6x_num_cores;
 EXPORT_SYMBOL_GPL(c6x_num_cores);