mirror of https://gitee.com/openkylin/linux.git
Hexagon: add screen_info for VGA_CONSOLE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
parent
0d82674b81
commit
17ca896dae
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#include <linux/screen_info.h>
|
||||
|
||||
struct screen_info screen_info;
|
Loading…
Reference in New Issue