From: Jan Beulich Date: Tue, 13 Sep 2005 08:25:44 +0000 (-0700) Subject: [PATCH] fbcon: constify font data X-Git-Tag: v2.6.14-rc2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4516dbd048f25eba78e115e8e73e1e8f04e7f9;p=pandora-kernel.git [PATCH] fbcon: constify font data const-ify the font control structures and data, to make somewhat better guarantees that these are not modified anywhere in the kernel. Specifically for a kernel debugger to share this information from the normal kernel code, such a guarantee seems rather desirable. Signed-off-by: Jan Beulich Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed