mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! fonts: Add 7x14 font
@ 2015-07-16 17:12 Antony Pavlov
  2015-07-20  5:11 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-07-16 17:12 UTC (permalink / raw)
  To: barebox

---
do as linux kernel does.
---
 include/linux/font.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/linux/font.h b/include/linux/font.h
index dad6dcc..62b1879 100644
--- a/include/linux/font.h
+++ b/include/linux/font.h
@@ -20,7 +20,8 @@ struct font_desc {
 };
 
 extern const struct font_desc	font_vga_8x16,
-			font_mini_4x6, font_7x14;
+			font_7x14,
+			font_mini_4x6;
 
 /* Max. length for the name of a predefined font */
 #define MAX_FONT_NAME	32
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-20  5:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 17:12 [PATCH] fixup! fonts: Add 7x14 font Antony Pavlov
2015-07-20  5:11 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox