diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2026-03-09 15:14:43 +0100 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2026-03-09 15:47:20 +0100 |
| commit | b9e0180b2e6a48532eb80e5cd8793157196586cf (patch) | |
| tree | 226103e39f1015c8bcdac1c8b2a97414c9d70a65 /include/linux/console_struct.h | |
| parent | 02fe86e5fc22faee9b29e761d9fdd17fdfe583e6 (diff) | |
fbdev: Declare src parameter of fb_pad_ helpers as constant
Fbdev's padding helpers do not modify the source buffer. Declare the
parameter as 'const'.
Fbcon's font-rendering code calls these helpers with the font data.
Declaring src as const will allow for making the font data constant
as well.
While at it, also remove the extern qualifier from the function
declarations in the header file.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'include/linux/console_struct.h')
0 files changed, 0 insertions, 0 deletions
