From: Aaro Koskinen Date: Thu, 17 Feb 2011 21:29:14 +0000 (+0200) Subject: staging: xgifb: replace XGINew_LCD_Wait_Time() with mdelay() X-Git-Tag: v2.6.39-rc1~469^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80aaa01aec2d9b5e833fb9a26b83784e106a379;p=pandora-kernel.git staging: xgifb: replace XGINew_LCD_Wait_Time() with mdelay() XGINew_LCD_Wait_Time() is implemented using the I/O port 0x61, which is X86-specific and will fail on other platforms. The code did not make any sense, but I guess the intention has been to provide a function where the unit for the delay is milliseconds. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed