summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2013-12-06 16:45:25 -0600
committerRichard Kuo <rkuo@codeaurora.org>2014-04-04 18:20:01 -0500
commit17ca896dae8272a3dadf6343dca9daa5c2e6ebb5 (patch)
tree8395747ba54444bb57f8d8e58858df241799268c /arch/hexagon/kernel
parent0d82674b811084110bd80dd260d477a5a0b85d79 (diff)
downloadop-kernel-dev-17ca896dae8272a3dadf6343dca9daa5c2e6ebb5.zip
op-kernel-dev-17ca896dae8272a3dadf6343dca9daa5c2e6ebb5.tar.gz
Hexagon: add screen_info for VGA_CONSOLE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/kernel')
-rw-r--r--arch/hexagon/kernel/Makefile2
-rw-r--r--arch/hexagon/kernel/screen_info.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/hexagon/kernel/Makefile b/arch/hexagon/kernel/Makefile
index 29fc933..009228b 100644
--- a/arch/hexagon/kernel/Makefile
+++ b/arch/hexagon/kernel/Makefile
@@ -15,3 +15,5 @@ obj-y += vm_vectors.o
obj-$(CONFIG_HAS_DMA) += dma.o
obj-$(CONFIG_STACKTRACE) += stacktrace.o
+
+obj-$(CONFIG_VGA_CONSOLE) += screen_info.o
diff --git a/arch/hexagon/kernel/screen_info.c b/arch/hexagon/kernel/screen_info.c
new file mode 100644
index 0000000..1e1ceb1
--- /dev/null
+++ b/arch/hexagon/kernel/screen_info.c
@@ -0,0 +1,3 @@
+#include <linux/screen_info.h>
+
+struct screen_info screen_info;
OpenPOWER on IntegriCloud