aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/include/asm/agp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/agp.h')
-rw-r--r--arch/alpha/include/asm/agp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/alpha/include/asm/agp.h b/arch/alpha/include/asm/agp.h
index 7874f063d000..4197b3bc78ee 100644
--- a/arch/alpha/include/asm/agp.h
+++ b/arch/alpha/include/asm/agp.h
@@ -10,10 +10,4 @@
#define unmap_page_from_agp(page) do { } while (0)
#define flush_agp_cache() mb()
-/* GATT allocation. Returns/accepts GATT kernel virtual address. */
-#define alloc_gatt_pages(order) \
- ((char *)__get_free_pages(GFP_KERNEL, (order)))
-#define free_gatt_pages(table, order) \
- free_pages((unsigned long)(table), (order))
-
#endif