mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-02 06:12:47 +00:00
The kernel test robot reports that the "screen_bits" splash screen data
is missing for the dragen platform:
arch/m68k/68000/dragen2.c:73:16: error: 'screen_bits' undeclared (first use in this function)
73 | LSSA = (long) screen_bits;
| ^~~~~~~~~~~
arch/m68k/68000/dragen2.c:73:16: note: each undeclared identifier is reported only once for each function it appears in
Digging around a bit I found the screen_bits data structure was originally
in a screen.h file that was generated from a screen.xbm file. That was
removed in commit
|
||
|---|---|---|
| .. | ||
| bootlogo-vz.h | ||
| bootlogo.h | ||
| dragen2.c | ||
| entry.S | ||
| head.S | ||
| ints.c | ||
| m68328.c | ||
| m68328.h | ||
| Makefile | ||
| romvec.S | ||
| screen.h | ||
| timers.c | ||
| ucsimm.c | ||