radeon: fixup wrapper bo name

This commit is contained in:
Dave Airlie 2009-03-23 19:32:10 +10:00
parent cb68588c93
commit f9d3de06bd

View file

@ -36,7 +36,7 @@ struct drm_radeon_gem_info {
#endif #endif
uint32_t radeon_gem_bo_name(struct radeon_bo *dummy) static inline uint32_t radeon_gem_name_bo(struct radeon_bo *dummy)
{ {
return 0; return 0;
} }