diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-04-20 15:49:31 +0200 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-04-20 15:49:31 +0200 |
commit | 1ce9c092314ddf005cdadc6937e36d4dc59788ce (patch) | |
tree | b4612a538eb109098ebc31c261cba1f8c80532a1 /linux-core/via_buffer.c | |
parent | 2df2c70e20caa3d6d1a1ac12da6fe3cc0689d51f (diff) |
Fix via compile error
(Reported by Benno Schulenberg.)
Diffstat (limited to 'linux-core/via_buffer.c')
-rw-r--r-- | linux-core/via_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/via_buffer.c b/linux-core/via_buffer.c index f156ee6d..ebc8c371 100644 --- a/linux-core/via_buffer.c +++ b/linux-core/via_buffer.c @@ -34,7 +34,7 @@ drm_ttm_backend_t *via_create_ttm_backend_entry(drm_device_t * dev) { - return drm_agp_init_ttm(dev, NULL); + return drm_agp_init_ttm(dev); } int via_fence_types(drm_buffer_object_t *bo, uint32_t * class, uint32_t * type) |