commit | 1e8655f87333def92bb8215b423adc65403b08a5 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <ben@decadent.org.uk> | Sun Jul 18 21:51:42 2010 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 20 15:24:06 2010 +1000 |
tree | c746916b7ef9c78b4cef92a7daac61e2c0af7b73 | |
parent | 8d369bb196f1f9111cb7ab839d4f420378fa7b30 [diff] |
drm/ttm: Fix build on architectures without AGP Make inclusion of <asm/agp.h> conditional on TTM_HAS_AGP. The use of the functions declared in it is already conditional. Reported-by: Geert Stappers <stappers@stappers.nl> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Tested-by: Geert Stappers <stappers@stappers.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>