From 50b6d744c9d1c0afc46b9ac34fce765f05020900 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 08:22:11 +0100 Subject: zap fb_clear_screen --- fbtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbtools.c') diff --git a/fbtools.c b/fbtools.c index ef0e160..1518711 100644 --- a/fbtools.c +++ b/fbtools.c @@ -187,7 +187,7 @@ fb_switch_init() /* -------------------------------------------------------------------- */ /* initialisation & cleanup */ -void +static void fb_memset (void *addr, int c, size_t len) { #if 1 /* defined(__powerpc__) */ -- cgit