radeon: fix build on non-KMS systems.

Reported on irc by adamk.
This commit is contained in:
Dave Airlie 2011-01-03 06:02:43 +10:00
parent 1d40cf57f8
commit fb03510738
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ struct drm_radeon_info {
#define DRM_RADEON_INFO 0x1
#endif
static inline void radeon_gem_get_kernel_name(struct radeon_bo *dummy, uint32_t *value)
{
}
static inline uint32_t radeon_gem_name_bo(struct radeon_bo *dummy)
{