From: Randy Dunlap Date: Wed, 24 Feb 2010 22:29:14 +0000 (-0800) Subject: drm/ttm: fix function prototype to match implementation X-Git-Tag: v2.6.34-rc1~209^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a55e8d452ed2f6bbecda1a3039e82cd05244be3d;p=pandora-kernel.git drm/ttm: fix function prototype to match implementation Fix function prototype to match its actual usage and implementation. drivers/gpu/drm/ttm/ttm_bo_util.c:341:10: error: symbol 'ttm_io_prot' redeclared with different type (originally declared at include/drm/ttm/ttm_bo_driver.h:911) - incompatible argument 1 (different signedness) Signed-off-by: Randy Dunlap Cc: David Airlie Signed-off-by: Dave Airlie --- Reading git-diff-tree failed