diff options
| author | Mark Brown <broonie@kernel.org> | 2026-03-24 01:02:41 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-24 01:02:41 +0300 |
| commit | 1fe7579ab0a51513ba35cfb3cde62706df31912f (patch) | |
| tree | da4fe6b21d7aea11eefb9415bd13df6dba3bdf0f /include/linux/console_struct.h | |
| parent | ea0e916de13426dc62fc349f80bf5326adb17cea (diff) | |
| parent | 579a49aaab0814c55595cddf0be9651e37972f6a (diff) | |
| download | linux-1fe7579ab0a51513ba35cfb3cde62706df31912f.tar.xz | |
spi: hisi-kunpeng cleanup and fix
Pei Xiao <xiaopei01@kylinos.cn> says:
I might have wasted your valuable time again. Please help check the two
modifications. Thank you!
Diffstat (limited to 'include/linux/console_struct.h')
| -rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index 13b35637bd5a..d5ca855116df 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -160,6 +160,7 @@ struct vc_data { struct uni_pagedict **uni_pagedict_loc; /* [!] Location of uni_pagedict variable for this console */ u32 **vc_uni_lines; /* unicode screen content */ u16 *vc_saved_screen; + u32 **vc_saved_uni_lines; unsigned int vc_saved_cols; unsigned int vc_saved_rows; /* additional information is in vt_kern.h */ |
