1
0
Fork 0

Hexagon: add screen_info for VGA_CONSOLE

Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
hifive-unleashed-5.1
Richard Kuo 2013-12-06 16:45:25 -06:00
parent 0d82674b81
commit 17ca896dae
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
#include <linux/screen_info.h>
struct screen_info screen_info;