mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-05 14:09:10 +08:00
Hexagon: add screen_info for VGA_CONSOLE
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
This commit is contained in:
@@ -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
|
||||
|
||||
3
arch/hexagon/kernel/screen_info.c
Normal file
3
arch/hexagon/kernel/screen_info.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <linux/screen_info.h>
|
||||
|
||||
struct screen_info screen_info;
|
||||
Reference in New Issue
Block a user