commit | a55e8d452ed2f6bbecda1a3039e82cd05244be3d | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Wed Feb 24 14:29:14 2010 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Mon Mar 01 16:03:26 2010 +1000 |
tree | 4865b9575e3d6c22b68b2df70eaec27c37f73b36 | |
parent | d964fc54ed06cea45dfd10832ed3d34f3ddb661b [diff] |
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 <randy.dunlap@oracle.com> Cc: David Airlie <airlied@linux.ie> Signed-off-by: Dave Airlie <airlied@redhat.com>