On Wed, Sep 30, 2020 at 07:26:52AM +0200, Jiri Slaby wrote:
On 29. 09. 20, 14:34, Peilin Ye wrote:
the work in general? I couldn't think of how do we clean up subsystems one by one, while keeping a `console_font` in `struct vc_data`.
Hi,
feel free to change struct vc_data's content as you need, of course. Only the UAPI _definitions_ have to be preserved (like struct console_font).
Ah, I see. Thank you for the reminder!
Peilin Ye