drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 13 Oct 2012 21:58:26 +0000 (01:58 +0400)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 16 Oct 2012 06:29:12 +0000 (16:29 +1000)
ttm_agp_tt_create is itself defined under CONFIG_AGP, so there's no
point calling it otherwise.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found