forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
8d369bb196
commit
1e8655f873
|
@ -40,7 +40,9 @@
|
|||
#include <linux/slab.h>
|
||||
|
||||
#include <asm/atomic.h>
|
||||
#ifdef TTM_HAS_AGP
|
||||
#include <asm/agp.h>
|
||||
#endif
|
||||
|
||||
#include "ttm/ttm_bo_driver.h"
|
||||
#include "ttm/ttm_page_alloc.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user