Skip to content
Snippets Groups Projects
Commit fe6cdc91 authored by Hayden Varcoe's avatar Hayden Varcoe
Browse files

Update info setup.c.patch

parent db54a058
No related branches found
No related tags found
No related merge requests found
"The arm64 port doesn't provide a screen_info struct for console support
which leads to a build failure with some configurations:
drivers/video/console/vgacon.c:820: undefined reference to `screen_info'
This patch adds an empty declaration of screen_info to fix the build
problem. Some additional runtime code is needed to actually make it
useful."
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
index ab04a996..54c76fc6 100644
--- a/arch/arm64/kernel/setup.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment