X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fvideo%2Fconsole%2Ffbcon_ccw.c;fp=drivers%2Fvideo%2Fconsole%2Ffbcon_ccw.c;h=41b32ae23dacb9f3dac50a52066ef5f276729d2c;hb=26c5be3c750df6f8a9193d478905627ec75f7f41;hp=d135671d996184be2907dc43897222987c22d442;hpb=da909ce4c0df482a43e1e8c827a7d2f169973736;p=pandora-kernel.git diff --git a/drivers/video/console/fbcon_ccw.c b/drivers/video/console/fbcon_ccw.c index d135671d9961..41b32ae23dac 100644 --- a/drivers/video/console/fbcon_ccw.c +++ b/drivers/video/console/fbcon_ccw.c @@ -22,7 +22,7 @@ * Rotation 270 degrees */ -static inline void ccw_update_attr(u8 *dst, u8 *src, int attribute, +static void ccw_update_attr(u8 *dst, u8 *src, int attribute, struct vc_data *vc) { int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;