aboutsummaryrefslogtreecommitdiff
path: root/linux-core/ati_pcigart.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 10:10:36 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2008-02-05 10:10:36 +0000
commit7cc825f5946659ad586fd4aa4fd867a1373f3373 (patch)
treed87f4a6961d15c857d9fab00bcfd6a0bea51af53 /linux-core/ati_pcigart.c
parentc9772f8c037667ed3586337f90904e7978f8ab14 (diff)
Add missing round_jiffies_relative() for older kernels
Diffstat (limited to 'linux-core/ati_pcigart.c')
-rw-r--r--linux-core/ati_pcigart.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c
index c669067b..97a5dfb2 100644
--- a/linux-core/ati_pcigart.c
+++ b/linux-core/ati_pcigart.c
@@ -274,7 +274,8 @@ static int ati_pcigart_needs_unbind_cache_adjust(struct drm_ttm_backend *backend
static int ati_pcigart_populate(struct drm_ttm_backend *backend,
unsigned long num_pages,
- struct page **pages)
+ struct page **pages,
+ struct page *dummy_page)
{
ati_pcigart_ttm_backend_t *atipci_be =
container_of(backend, ati_pcigart_ttm_backend_t, backend);