From: Javier Martinez Canillas Date: Mon, 21 Feb 2011 09:09:06 +0000 (+0100) Subject: Staging: xgifb: Remove unused functions X-Git-Tag: v2.6.39-rc1~469^2~433 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=898fcb98066cfcd6051d61638e7e3a305de34c85;p=pandora-kernel.git Staging: xgifb: Remove unused functions Earlier patch removed code that never got executed because it depended on XGIfb_accel variable value to de distinct than 0. But this variable is always 0 in current driver. That dead code used a set of functions that not remains unused. This patch removes these unused functions. Signed-off-by: Javier Martinez Canillas Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed